views:

379

answers:

2

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

+7  A: 

Does your site include script tags/... that load Firebug Lite? If so, remove them and firebug shouldn't show up anymore.

sth
+1  A: 

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.

Sushant