From e3e5e3b9e5362c968dd35151300b59d6a2f0d5a1 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 21 Jan 2022 17:39:08 +0000 Subject: [PATCH] also load localInit in embed view --- static/js/pandora.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora.js b/static/js/pandora.js index 96a6ece9..0939d150 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -495,6 +495,7 @@ appPanel pandora.$ui.embedPanel.options(data); } }); + pandora.localInit && pandora.localInit(); } else if (isPrint) { pandora.$ui.printView = pandora.ui.printView().display(); } else if (isHome) {