mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
New switcher
This commit is contained in:
3
application/static/src/choiceChange.js
Normal file
3
application/static/src/choiceChange.js
Normal file
@@ -0,0 +1,3 @@
|
||||
document.getElementById("select-docs").addEventListener("change", function() {
|
||||
localStorage.setItem('activeDocs', this.value)
|
||||
});
|
||||
Reference in New Issue
Block a user