Get rid of version in js files.

This commit is contained in:
Oleg Sh
2024-08-13 20:15:05 +02:00
parent 6d0f0f9ab7
commit 430a5a4a1c
8 changed files with 24 additions and 17 deletions

View File

@@ -1,6 +1,3 @@
// Global version needs to force reload scripts from server.
let globalVersion = 80;
var include = function(filename, localDir) {
return {filename: filename, localDir: localDir};
};
@@ -14,6 +11,8 @@ class ModuleLoader {
this.syncLoaded = [];
this.cacheLoading = false;
this.callsAfterCacheResolve = [];
console.log("globalVersion = " + globalVersion);
}
getFullname = function (filename, localDir)