Script_Window in Captivate 9 fails with js comments
Hi
... just spent the last hour trying to debug some JS code so hopefully this will save someone the headache:
Under the Properties tab, in the Actions panel lies a button called "Script_Window" which is where we're supposed to be able to enter own our javascript.
I found out the hard way that Javascript comments are not welcomed in this script window. Once it encounters these comments in your code it stops processing all together, not just that specific line of code.
Captivate 9 vers 9.0.2.421 on Mac OSX 10.11.6

