/ Published in: JavaScript
By default, Firefox2 + Firebug 1.2 have the console turned off. Need to enable it with the windlow.loadFirebugConsole() prior to any console method calls.
Expand |
Embed | Plain Text
window.loadFirebugConsole(); console.log("It works now.");
Comments
Subscribe to comments
You need to login to post a comment.

The code snippet is right. The original comment is wrong... it isn't windlow