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(); - }; - - -
- -
- - +
+ +