Files
mailcow-dockerized/data/web/js/site/index.js
2026-03-11 13:32:53 +08:00

7 lines
166 B
JavaScript

$(document).ready(function() {
var theme = localStorage.getItem("mailcow_theme");
if (theme !== null) {
localStorage.setItem("mailcow_theme", theme);
}
});