1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00

Fix missing closing brace in settings.html to ensure proper functionality of localStorage and URL parameter updates.

This commit is contained in:
codecalm
2026-07-22 01:33:46 +02:00
parent 7556ae2097
commit 9f8643eaa8
+1
View File
@@ -167,6 +167,7 @@
}
window.localStorage.setItem("tabler-" + key, value)
url.searchParams.set(key, value)
}
}
window.history.pushState({}, "", url)