mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
ver bump + fixes for screen readers
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
const versionDate = new Date('May 30, 2025 21:00:00');
|
||||
const currentVersion = `v1.3.9 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;
|
||||
const versionDate = new Date('Aug 30, 2025 21:00:00');
|
||||
const currentVersion = `v10 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;
|
||||
|
||||
|
||||
function loadScript(src) {
|
||||
|
||||
Reference in New Issue
Block a user