No events firing on the page, looks like the .js file is missing.
My app was working great, then after my next save, the second page of the app stopped responding. I can click the buttons and they highlight, but nothing happens. It looks like none of the click events are firing.
After using the debug console, I noticed there is no .js file at all for the second screen. I recreated the screen by copying all the buttons to a new one, and still the same problem.
Other than my custom scripts, I only see mobilescreen1.js in firebug. I should have a .js file for each screen shouldn't I?