forked from 0x2620/pandora
fix formatting
This commit is contained in:
parent
8f9d8e2ce2
commit
df7c6c6de3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ appPanel
|
||||||
function getPandoraVersion() {
|
function getPandoraVersion() {
|
||||||
var i, path, scripts = document.getElementsByTagName('script');
|
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)) {
|
if (/pandora.js/.test(scripts[i].src)) {
|
||||||
return scripts[i].src.replace(/.*\?/, '');
|
return scripts[i].src.replace(/.*\?/, '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue