How do I save an edited JavaScript file?
This is my first day working with RoboHelp HTML. I've read some of the documentation, but I cannot find how to get an edited script file's changes to save after generation. When we launch the generated Help, a popup box appears with this message: "The webpage you are viewing is trying to close the window. Do you want to close the window?". I can fix the problem of by adding this line of JavaScript code: "window.open('', '_self', '');" after line 174 in the loadcsh.js script. The problem is that this file gets overwritten every time the project is generated.
