I'm working on a new project which has some complex javascript. I can't post any code so that's not what my question is about.
I have a script which works in Firefox 3.0
. It was pointed out that the script did not work in Firefox 3.5
, so I'm trying to make it work. Indeed the script didn't produce the expected results, so I installed the latest version of Firebug
, enabled the console
and refreshed the page.
And wow, it worked.
No errors, warnings nothing.
So I disabled the console, and then it didn't work anymore...
What's going on here? The Firebug console somehow changes something in Firefox that makes my script work? Any advice on what next? (besides asking future visitors to install Firebug...)