From 4df2882ef260bb0db3a48ddfd8ee1ecd5d348815 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 22 Jan 2014 10:16:03 +0000 Subject: [PATCH] load pandora debug with ?version --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {