[Web] Slight css changes; Simple loading overlay...

This commit is contained in:
andre.peters
2018-01-25 13:22:17 +01:00
parent 04f9d74339
commit 855e93ef65
8 changed files with 419 additions and 34 deletions

View File

@@ -22,7 +22,9 @@ function setLang(sel) {
$.post( "<?= $_SERVER['REQUEST_URI']; ?>", {lang: sel} );
window.location.href = window.location.pathname + window.location.search;
}
$(window).load(function() {
$(".overlay").hide();
});
$(document).ready(function() {
window.mailcow_alert_box = function(message, type) {
msg = $('<span/>').html(message).text();