I have a screen with a number of grids - each grid contains a link which when clicked, triggers an action set. Everything was working last night but now when I click the links, nothing happens. I brought up the JS console and it appears that a function tied to the action of clicking a link within my grids causes a JS error - ```Uncaught SyntaxError: Unexpected token ILLEGAL```. See below screen shot (Chrome Version 46.0.2490.71 ).
Additionally, when I publish the screen and get the front end prompt to refresh my screen, I am not able to and get an error in the console reading: ``` Uncaught TypeError: Cannot read property 'parentNode' of null ```.
I have tried on different browsers (including hard refreshes and logging in and out from different accounts), mac and windows, on my computer and remote computers, and in all scenarios get the same error. I have not noticed errors on other screens... so think it is limited to this one screen. Additionally, I have created new links in existing grids and entire new grids with no luck.