From a35532b96611f5e390f80a23fc4a0599002d1d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 16 Oct 2024 14:55:49 +0900 Subject: [PATCH] cfmgrv4 init...3 --- app/Views/admin/welcome_message.php | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/app/Views/admin/welcome_message.php b/app/Views/admin/welcome_message.php index 9594fd9..eb7e587 100644 --- a/app/Views/admin/welcome_message.php +++ b/app/Views/admin/welcome_message.php @@ -52,22 +52,7 @@ document.getElementById('lastUpdate').textContent = now.toLocaleString('ko-KR', options); } - // 페이지 로드 시 초기 시간 설정 - updateLastUpdateTime(); - - // RSS 피드를 가져올 때마다 시간 업데이트 - const originalFetchRSS = fetchRSS; - fetchRSS = function () { - originalFetchRSS(); - updateLastUpdateTime(); - }; - - -
- -
- - +
+ +