What steps will reproduce the problem?
1.Page with nyro_modal.js linked
2.Running in Google Chrome
3.Running the Chrome developer tool > resources
Please provide any additional information below.
The modal window is working great but using different tools like the Google
Chrome Developer panel I'm working through a punch list of errors/invalid
elements. I came across this error attached to the nyro_modal.js.
"line 5: endShowContent: function(elts, settings) {" has triggered what
Chrome is calling "Uncaught SyntaxError: Unexpected Token (".
I only have a rudimentary knowledge of javascript so I can't tell if this
is an actual bug in Nyro code or if Chrome's dev tool is handling the
syntax improperly.
Like I said, the modal window is working great. I'm just a little anal
about cleaning up all the red flags.
Thanks