mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-12 10:45:14 +02:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
$(document).ready(function() {
|
|
var theme = localStorage.getItem("theme");
|
|
localStorage.clear();
|
|
localStorage.setItem("theme", theme);
|
|
});
|