Skip to content

Commit

Permalink
Update timer-selector.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lest-day committed Sep 6, 2024
1 parent 8fa49da commit d2afb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timer-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function buildUrl(language, startDate, durationMs, progressMessage, finishedMess
parameters.append('style', styling);
}

return 'https://scpwiki.github.io/timer/timer.html?' + parameters;
return 'https://timerdfc.pages.dev/timer.html?' + parameters;
}

function buildWikitext(language, template, url, score, height, width) {
Expand Down

0 comments on commit d2afb77

Please sign in to comment.