1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-26 05:27:29 +02:00

6 lines
144 B
JavaScript
Raw Permalink Normal View History

$(document).ready(function() {
2022-12-16 09:40:20 +01:00
var theme = localStorage.getItem("theme");
localStorage.clear();
2022-12-16 09:40:20 +01:00
localStorage.setItem("theme", theme);
});