This commit is contained in:
NoobishSVK
2024-09-12 00:01:10 +02:00
parent 0f831e4a95
commit bcdc6b0cab
+3 -3
View File
@@ -1,9 +1,9 @@
var currentDate = new Date('Aug 28, 2024 22:00:00');
var currentDate = new Date('Sep 11, 2024 23:50: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.7 [' + formattedDate + ']';
var formattedDate = day + '/' + month + '/' + year;
var currentVersion = 'v1.2.8 [' + formattedDate + ']';
getInitialSettings();
removeUrlParameters(); // Call this function to remove URL parameters