Change browser in basicViewer to be type="content"
This fixes an issue where JS on a page loaded in the viewer would error when referring to window.top or window.parent.
This commit is contained in:
parent
34d62426c3
commit
1f6b626717
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
|
||||
<hbox flex="1" id="browser">
|
||||
<vbox id="appcontent" flex="1">
|
||||
<browser id="my-browser" type="content-primary" flex="1"/>
|
||||
<browser id="my-browser" type="content" flex="1"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</window>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue