SB2.00b8: !! causes an Error

Just starting out? Need help? Post your questions and find answers here.
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

SB2.00b8: !! causes an Error

Post by Peter »

Hello Fred,

nonsensical Code, but Bug is Bug: ;-)

Code: Select all

!!
Browser wrote:Uncaught SyntaxError: Unexpected token }
Greetings ... Peter
Fred
Site Admin
Posts: 1821
Joined: Mon Feb 24, 2014 10:51 am

Re: SB2.00b8: !! causes an Error

Post by Fred »

Everything after the '!' is inserted as is in the output code, so I think it's the '!' in the JS which cause the issue.
Post Reply