| Issue 26: | detect Firebug (not Lite) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Firebug Lite doesn't work if Firebug (the add-on) is running. Can we detect this and tell the user to right-click and use "Inspect Element" instead?
Sep 8, 2009
That worked! Thanks.
Status:
Fixed
|
Steve, we can just check for _firebug existence if (typeof _firebug==='undefined') { run(firebug.lite); } else { show.notice(); }