diff --git a/static/js/pandora.js b/static/js/pandora.js index fbc7b141c..f2b218ceb 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -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 {