Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

I frame syntax error #10

Open
hawkesley opened this issue Mar 18, 2017 · 1 comment
Open

I frame syntax error #10

hawkesley opened this issue Mar 18, 2017 · 1 comment

Comments

@hawkesley
Copy link

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
}
},

@DarkAngelMUC
Copy link

You are missing the commas after each line in the config section. Therefore, the parser expects '}' already after the url line.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants