Apparently if(console) is not enough and can cause an error in some versions of Firebug.
The solution is:
if(
navigator.appName == "Netscape" &&
window.console !== undefined &&
window.console !== null
)
Tuesday, September 28, 2010
Subscribe to:
Posts (Atom)