From 1bc314c44637f899afa172de312f85ac9abd5903 Mon Sep 17 00:00:00 2001 From: xntrik Date: Sun, 28 Aug 2011 05:20:21 +0000 Subject: [PATCH] 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 --- modules/network/detect_local_settings/command.js | 2 +- modules/network/detect_local_settings/config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/network/detect_local_settings/command.js b/modules/network/detect_local_settings/command.js index dbb918672..e06548dff 100644 --- a/modules/network/detect_local_settings/command.js +++ b/modules/network/detect_local_settings/command.js @@ -24,7 +24,7 @@ beef.execute(function() { } } else { //Trying to insert the Beeffeine applet - content = ""; + content = ""; $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 diff --git a/modules/network/detect_local_settings/config.yaml b/modules/network/detect_local_settings/config.yaml index fe98b1618..da1f55a43 100644 --- a/modules/network/detect_local_settings/config.yaml +++ b/modules/network/detect_local_settings/config.yaml @@ -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"