lotta bugfixes

This commit is contained in:
Marek Farkaš
2025-04-19 21:49:19 +02:00
parent cbefdb7c1f
commit 9f5f0522bb
15 changed files with 82 additions and 35 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
var currentDate = new Date('Feb 23, 2025 15:30:00');
var currentDate = new Date('Apr 19, 2025 21: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.6 [' + formattedDate + ']';
var currentVersion = 'v1.3.6.1 [' + formattedDate + ']';
getInitialSettings();
removeUrlParameters();