load pandora debug with ?version
This commit is contained in:
parent
7cffc4dd69
commit
4df2882ef2
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ appPanel
|
|||
if (enableDebugMode) {
|
||||
Ox.getJSON(prefix + 'json/pandora.json?' + Ox.random(1000), function(files) {
|
||||
Ox.getFile(files.map(function(file) {
|
||||
return prefix + file;
|
||||
return prefix + file + '?' + getPandoraVersion();
|
||||
}), callback);
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue