From 3b661fe05bb7d385f4af8624f7ad293decae1a82 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 2 Jan 2014 13:44:41 +0000 Subject: [PATCH] use Ox.getScript, Ox.getFile fails on .js?123 --- 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 b0b23259c..fbc7b141c 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -234,7 +234,7 @@ appPanel }), callback); }); } else { - Ox.getFile(prefix + 'js/pandora.min.js?' + getPandoraVersion(), callback); + Ox.getScript(prefix + 'js/pandora.min.js?' + getPandoraVersion(), callback); } }