Skip to content

Commit

Permalink
Update 政附圖書館學生進出館記錄主頁.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryStarfish authored Feb 7, 2024
1 parent 9e5f445 commit 1818d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 政附圖書館學生進出館記錄主頁.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h1><center>
const paddedMonth = String(currentMonth + 1).padStart(2, '0');
const paddedDay = String(i).padStart(2, '0');

const link = 'https://ahsnccu-scit.github.io/lib-AMS/' + currentYear + '-' + paddedMonth + '-' + paddedDay + '%20' + currentDayOfWeek +'.html';
const link = 'https://ahsnccu-cim.github.io/lib-AMS/' + currentYear + '-' + paddedMonth + '-' + paddedDay + '%20' + currentDayOfWeek +'.html';
window.location.href = link;
});

Expand Down

0 comments on commit 1818d85

Please sign in to comment.