design changes, accessibility stuff

This commit is contained in:
NoobishSVK
2024-07-18 14:57:43 +02:00
parent 3a6deecc02
commit 3d608ae8e8
17 changed files with 259 additions and 138 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
var currentDate = new Date('Jul 15, 2024 23:00:00');
var currentDate = new Date('Jul 18, 2024 15: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.3 [' + formattedDate + ']';
var currentVersion = 'v1.2.4 [' + formattedDate + ']';
getInitialSettings();