New switcher

This commit is contained in:
Alex
2023-02-07 01:17:45 +00:00
parent 4bbc7ee1a0
commit 2e26980422
9 changed files with 95 additions and 318 deletions

View File

@@ -0,0 +1,3 @@
document.getElementById("select-docs").addEventListener("change", function() {
localStorage.setItem('activeDocs', this.value)
});