forked from 0x2620/pandora
use Ox.getScript, Ox.getFile fails on .js?123
This commit is contained in:
parent
345ab88cae
commit
3b661fe05b
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ appPanel
|
||||||
}), callback);
|
}), callback);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
Ox.getFile(prefix + 'js/pandora.min.js?' + getPandoraVersion(), callback);
|
Ox.getScript(prefix + 'js/pandora.min.js?' + getPandoraVersion(), callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue