From 191500f76ab87260aaf5c587804fa7a6c4a5e4b7 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 12 Sep 2018 19:23:30 +0200 Subject: [PATCH] fix pandora.localInit --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index f683ecc79..571e58a1b 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