summaryrefslogtreecommitdiffstats
path: root/src/html/js/networkDiscovery.js
diff options
context:
space:
mode:
authorNiklas2011-10-27 23:12:30 +0200
committerNiklas2011-10-27 23:12:30 +0200
commitb92a0317173140f4765cbc7708121add810b54cb (patch)
tree86c61cf7bf53d2720af4758910c303bdcf82687c /src/html/js/networkDiscovery.js
parentdisabled right click context menu, changed dialog button size (see css), chan... (diff)
downloadfbgui-b92a0317173140f4765cbc7708121add810b54cb.tar.gz
fbgui-b92a0317173140f4765cbc7708121add810b54cb.tar.xz
fbgui-b92a0317173140f4765cbc7708121add810b54cb.zip
changed the tryout, also some big changes in program flow. there is now userchoice page anymore. also it is now possible to press the user choice button f5 all the time.
Diffstat (limited to 'src/html/js/networkDiscovery.js')
-rw-r--r--src/html/js/networkDiscovery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/js/networkDiscovery.js b/src/html/js/networkDiscovery.js
index bc99a7c..2aaea11 100644
--- a/src/html/js/networkDiscovery.js
+++ b/src/html/js/networkDiscovery.js
@@ -225,7 +225,7 @@ var chooseInterfaceDialog = function (i) {
$(this).dialog("close"); },
"Continue": function() {
var ifName = $("#nd_ifName_select :selected").text();
- fbgui.continueBoot(ifName,1);
+ fbgui.continueBoot(ifName);
$(this).dialog("close");
}
} ,