1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

bugfixes / PCM removal

This commit is contained in:
NoobishSVK
2024-07-15 22:19:20 +02:00
parent 8b2f489fbe
commit 03fb77c8c4
13 changed files with 141 additions and 311 deletions

View File

@@ -1,9 +1,9 @@
var currentDate = new Date('May 20, 2024 22:00:00');
var currentDate = new Date('Jul 15, 2024 23: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.2.2 [' + formattedDate + ']';
var currentVersion = 'v1.2.3 [' + formattedDate + ']';
getInitialSettings();