1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00
mailcow-dockerized/data/web/js/site/index.js

4 lines
79 B
JavaScript

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