load pandora debug with ?version

This commit is contained in:
j 2014-01-22 10:16:03 +00:00
parent 7cffc4dd69
commit 4df2882ef2

View file

@ -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 {