I have developed my site with Firefox and firebug plugin, but when i deploy it to other browsers (IE/Chrome), the console window appears at the bottom of the screen(very annoying).
How can i disable this? and why is it appearing?
gath
I have developed my site with Firefox and firebug plugin, but when i deploy it to other browsers (IE/Chrome), the console window appears at the bottom of the screen(very annoying).
How can i disable this? and why is it appearing?
gath
Does your site include script tags/... that load Firebug Lite? If so, remove them and firebug shouldn't show up anymore.
Also make sure you remove all the console commands in your code. I don't know if this is the reason in your case but it can cause errors in other browsers.