includes/clientside/firebug/firebugx.js
author Dan
Wed, 15 Apr 2009 20:05:38 -0400
changeset 918 1064e7e57eeb
parent 551 3acd624d4f4f
permissions -rw-r--r--
Fixed logs not working under postgresql

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(){}}};