You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
I would like to use this to display a page on my own server.
I am getting a sytax error but I cant seee how to correct it.
Any help appreciated 70 Expected '}' to match '{' from line 17 and instead saw 'height'. 70 Missing semicolon. 70 Unrecoverable syntax error. (60% scanned). {
module: 'iFrame',
position: 'bottom_left', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url: "http://www.xxx.com/"
width: "100%" // Optional. Default: 100%
height: "100px" //Optional. Default: 100px
}
},
The text was updated successfully, but these errors were encountered:
I would like to use this to display a page on my own server.
I am getting a sytax error but I cant seee how to correct it.
Any help
appreciated 70 Expected '}' to match '{' from line 17 and instead saw 'height'. 70 Missing semicolon. 70 Unrecoverable syntax error. (60% scanned).
{module: 'iFrame',
position: 'bottom_left', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url: "http://www.xxx.com/"
width: "100%" // Optional. Default: 100%
height: "100px" //Optional. Default: 100px
}
},
The text was updated successfully, but these errors were encountered: