[Web] Fix temporary email aliases sorting

This commit is contained in:
FreddleSpl0it
2023-04-21 12:26:50 +02:00
parent 73570cc8b5
commit cf1cc24e33
3 changed files with 29 additions and 16 deletions

View File

@@ -1,3 +1,13 @@
const LOCALE = undefined;
const DATETIME_FORMAT = {
year: "numeric",
month: "2-digit",
day: "2-digit",
hour: "2-digit",
minute: "2-digit",
second: "2-digit"
};
$(document).ready(function() {
// mailcow alert box generator
window.mailcow_alert_box = function(message, type) {