mailcow/data/web/js/site/index.js
2022-12-16 09:40:20 +01:00

6 lines
144 B
JavaScript

$(document).ready(function() {
var theme = localStorage.getItem("theme");
localStorage.clear();
localStorage.setItem("theme", theme);
});