use Ox.getScript, Ox.getFile fails on .js?123

This commit is contained in:
j 2014-01-02 13:44:41 +00:00
parent 345ab88cae
commit 3b661fe05b

View file

@ -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);
}
}