first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
5
mailcow/data/web/js/site/index.js
Normal file
5
mailcow/data/web/js/site/index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
$(document).ready(function() {
|
||||
var theme = localStorage.getItem("theme");
|
||||
localStorage.clear();
|
||||
localStorage.setItem("theme", theme);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue