1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 18:06:01 +00:00
Files
mailcow-dockerized/data/web/js/site/index.js

4 lines
79 B
JavaScript

$(document).ready(function() {
$('nav').hide();
localStorage.clear();
});