Added admin page to update script caches.

This commit is contained in:
Oleg Sh
2023-11-11 16:01:55 +02:00
parent 3f9586951e
commit af68690055
15 changed files with 142 additions and 21 deletions

View File

@@ -1,3 +1,6 @@
// Global version needs to force reload scripts from server.
let globalVersion = 75;
var include = function(filename, localDir) {
return {filename: filename, localDir: localDir};
};