includes/clientside/firebug/firebugx.js
author Dan
Mon, 16 Feb 2009 16:04:31 -0500
changeset 830 79fb483807f6
parent 551 3acd624d4f4f
permissions -rw-r--r--
Added Unicode support for usernames and passwords (this is probably best considered a JS crypto bug)

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