move file around

This commit is contained in:
Kenneth Kehl
2024-08-23 14:01:51 -07:00
parent 8e3cd6324f
commit 3456bb47a1
4 changed files with 17 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
document.addEventListener('DOMContentLoaded', function() {
var timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
document.cookie = `timezone=${timeZone}; path=/`;
})