includes/clientside/firebug/firebugx.js
author Dan
Sat, 04 Apr 2009 22:34:12 -0400
changeset 893 b24601274cd2
parent 551 3acd624d4f4f
permissions -rw-r--r--
SpecialUserPrefs: fixed: userprefs_body hook only allowed first loaded plugin to work

if(!("console" in window)||!("firebug" in console)){var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var i=0;i<names.length;++i){window.console[names[i]]=function(){}}};