From df7c6c6de37a249bcda435158431980e2d28c7ad Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 21 Feb 2015 15:51:13 +0530 Subject: [PATCH] fix formatting --- 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 925a9d21..cb49e944 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -77,7 +77,7 @@ appPanel function getPandoraVersion() { var i, path, scripts = document.getElementsByTagName('script'); for (i = 0; i < scripts.length; i++) { - if(/pandora.js/.test(scripts[i].src)) { + if (/pandora.js/.test(scripts[i].src)) { return scripts[i].src.replace(/.*\?/, ''); } }