forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
e37290789c
commit
886794e4a3
3 changed files with 13 additions and 13 deletions
|
|
@ -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(/.*\?/, '');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue