mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Get rid of version in js files.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user