Fixed target time for countdown
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
|
||||
|
||||
const target = new Date("May 7, 2025 16:30:00 GMT+0100");
|
||||
const target = new Date("May 7, 2025 16:30:00 GMT+0200");
|
||||
|
||||
function update_time() {
|
||||
let countdown = document.querySelector(".countdown");
|
||||
|
Reference in New Issue
Block a user