Skip to content

Commit e8ff2c9

Browse files
authored
Merge pull request #521 from vipergts450/patch-1
Update cycle-countdown.js
2 parents 2bdd13e + 82df62e commit e8ff2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/static/js/cycle-countdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ window.CycleCountdown = (function() {
9595
isFetchingData = true;
9696

9797
// Use a direct URL to the web-accessible version of sleep.json
98-
const sleepJsonUrl = window.location.origin + '/static/data/sleep.json';
98+
const sleepJsonUrl = window.location.origin + './static/data/sleep.json';
9999

100100
// Add a timestamp to prevent caching
101101
const url = `${sleepJsonUrl}?t=${Date.now()}`;

0 commit comments

Comments
 (0)