cosmetic changes

This commit is contained in:
rolux 2013-12-29 17:33:42 +05:30
commit 886794e4a3
3 changed files with 13 additions and 13 deletions

View file

@ -71,7 +71,7 @@ appPanel
function getPandoraVersion() {
var i, path, scripts = document.getElementsByTagName('script');
for (i = 0;i < scripts.length; i++) {
for (i = 0; i < scripts.length; i++) {
if(/pandora.js/.test(scripts[i].src)) {
return scripts[i].src.replace(/.*\?/, '');
}