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