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:
Tom Najdek 2021-11-25 00:56:40 +01:00
parent 34d62426c3
commit 1f6b626717
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77

View file

@ -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>