1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 14:33:52 +01:00

css UI fixes, new panel, code optimizaiton, security fixes

This commit is contained in:
Marek Farkaš
2025-02-16 13:26:35 +01:00
parent d40d7f5435
commit bb50aff7b4
21 changed files with 1279 additions and 1054 deletions

View File

@@ -1,9 +1,9 @@
var currentDate = new Date('Feb 9, 2025 18:00:00');
var currentDate = new Date('Feb 16, 2025 15:00:00');
var day = currentDate.getDate();
var month = currentDate.getMonth() + 1; // Months are zero-indexed, so add 1
var year = currentDate.getFullYear();
var formattedDate = day + '/' + month + '/' + year;
var currentVersion = 'v1.3.4 [' + formattedDate + ']';
var currentVersion = 'v1.3.5 [' + formattedDate + ']';
getInitialSettings();
removeUrlParameters();