From b92a0317173140f4765cbc7708121add810b54cb Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 27 Oct 2011 23:12:30 +0200 Subject: 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. --- src/html/js/networkDiscovery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/js/networkDiscovery.js') 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"); } } , -- cgit v1.2.3-55-g7522