mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 08:49:16 +02:00
bugfixes, refactor, code removal
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
var currentDate = new Date('March 25, 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.1.8 [' + formattedDate + ']';
|
||||
|
||||
getInitialSettings();
|
||||
|
||||
function getInitialSettings() {
|
||||
|
||||
Reference in New Issue
Block a user