diff --git a/static/js/pandora.js b/static/js/pandora.js index f683ecc7..571e58a1 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -475,7 +475,7 @@ appPanel // allow site scripts to run after pandora is loaded pandora.triggerEvent('loaded'); !pandora.isLicensed() && pandora.openLicenseDialog(); - pandora.localInitInit && pandora.localInitInit(); + pandora.localInit && pandora.localInit(); loadUserScript && pandora.loadUserScript(); document.removeEventListener && document.removeEventListener( 'keydown', onKeydown