In IE or when firebug is disabled in firefox the "Ext Debug Console & Inspector" shows up instead. I guess this is greater than getting an error message, but it would be very handy if I could disable this in both browsers in some way.
Jeff Howden
Ext JS - Support Team Volunteer jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
Remove or comment out calls to console.log() in your code?
Jeff Howden
Ext JS - Support Team Volunteer jeff@extjs.com
Any and all code samples that are authored by me and posted on the Ext forums or website are hereby released into the public domain and I release anyone or entity of liability by using said code samples unless explicitly stated otherwise.
Opinions are mine and not necessarily endorsed by Ext, LLC. Please do not contact me directly for assistance unless requested by me.
The most important feature is the "DOM Inspector" and CSS and DOM attribute editing. In any browser where "console" is not already defined, the Ext console will handle console.log(), time() and other calls. -- from Ext Document Center
So before Ext script define a "console" can disalbed "Ext Debug Console & DOM Inspector".
As bellow: