diff options
Diffstat (limited to 'src/html')
| -rw-r--r-- | src/html/js/networkDiscovery.js | 2 | ||||
| -rw-r--r-- | src/html/networkdiscovery.html | 4 | ||||
| -rw-r--r-- | src/html/networkdiscovery_debug.html | 4 |
3 files changed, 7 insertions, 3 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"); } } , diff --git a/src/html/networkdiscovery.html b/src/html/networkdiscovery.html index 25efee1..991ec0f 100644 --- a/src/html/networkdiscovery.html +++ b/src/html/networkdiscovery.html @@ -24,7 +24,9 @@ $(document).ready(function() { <h1>Network Discovery</h1> </header> <section id="intro"> - <p>Welcome to the Network Discovery. We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p> + <p id="into_msg">Welcome to the Network Discovery. <br/> +Please press <strong>F5</strong> if you want to choose which interface to use. <br/> +We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p> </section> <div id="content"> <div id="left_spacer"> diff --git a/src/html/networkdiscovery_debug.html b/src/html/networkdiscovery_debug.html index 9d539a3..be0c35f 100644 --- a/src/html/networkdiscovery_debug.html +++ b/src/html/networkdiscovery_debug.html @@ -23,7 +23,9 @@ $(document).ready(function() { <h1>Network Discovery</h1> </header> <section id="intro"> - <p id="into_msg">Welcome to the Network Discovery. We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p> + <p id="into_msg">Welcome to the Network Discovery. <br/> +Please press <strong>F5</strong> if you want to choose which interface to use. <br/> +We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p> </section> <div id="content"> <div id="left_spacer"> |
