forked from 0x2620/pandora
also load localInit in embed view
This commit is contained in:
parent
5505d495cf
commit
e3e5e3b9e5
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ appPanel
|
||||||
pandora.$ui.embedPanel.options(data);
|
pandora.$ui.embedPanel.options(data);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
pandora.localInit && pandora.localInit();
|
||||||
} else if (isPrint) {
|
} else if (isPrint) {
|
||||||
pandora.$ui.printView = pandora.ui.printView().display();
|
pandora.$ui.printView = pandora.ui.printView().display();
|
||||||
} else if (isHome) {
|
} else if (isHome) {
|
||||||
|
|
Loading…
Reference in a new issue