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:
@@ -167,6 +167,7 @@
|
||||
}
|
||||
window.localStorage.setItem("tabler-" + key, value)
|
||||
url.searchParams.set(key, value)
|
||||
}
|
||||
}
|
||||
|
||||
window.history.pushState({}, "", url)
|
||||
|
||||
Reference in New Issue
Block a user