We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2186d commit 9b21b7eCopy full SHA for 9b21b7e
mobile-war/src/main/java/org/silverpeas/mobile/client/components/base/PageContent.java
@@ -97,7 +97,7 @@ public void show() {
97
PageHistory.getInstance().goTo(this);
98
String js = ResourcesManager.getParam("js."+this.getClass().getSimpleName());
99
if (js != null && !js.isEmpty()) {
100
- ScriptInjector.fromUrl(js).inject();
+ ScriptInjector.fromUrl(js).setWindow(ScriptInjector.TOP_WINDOW).inject();
101
}
102
103
0 commit comments