1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

offline optimization, new signal chart, ui optimization

This commit is contained in:
Marek Farkaš
2025-02-23 15:27:46 +01:00
parent fcfc0691fa
commit 3c91c8d06c
24 changed files with 373 additions and 287 deletions

View File

@@ -1,9 +1,9 @@
var currentDate = new Date('Feb 16, 2025 15:00:00');
var currentDate = new Date('Feb 23, 2025 15:30: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.5 [' + formattedDate + ']';
var currentVersion = 'v1.3.6 [' + formattedDate + ']';
getInitialSettings();
removeUrlParameters();