diff options
| author | Niklas | 2011-11-04 11:56:28 +0100 |
|---|---|---|
| committer | Niklas | 2011-11-04 11:56:28 +0100 |
| commit | 5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b (patch) | |
| tree | 8965df059ab3acff163d0b7c907f35754472ee23 /src/html/networkdiscovery.html | |
| parent | changed the tryout, also some big changes in program flow. there is now userc... (diff) | |
| download | fbgui-5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b.tar.gz fbgui-5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b.tar.xz fbgui-5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b.zip | |
last changes
Diffstat (limited to 'src/html/networkdiscovery.html')
| -rw-r--r-- | src/html/networkdiscovery.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html/networkdiscovery.html b/src/html/networkdiscovery.html index 991ec0f..a1e62ac 100644 --- a/src/html/networkdiscovery.html +++ b/src/html/networkdiscovery.html @@ -12,7 +12,7 @@ // prepare the form when the DOM is ready $(document).ready(function() { // Setup the ajax indicator - $("#nd_status").append('<div id="ajaxBusy"><p><img src="qrc:/html/images/loading.gif"></p></div>'); + $("#nd_loading_sign").append('<div id="ajaxBusy"><p><img src="qrc:/html/images/loading.gif"></p></div>'); }); </script> @@ -38,6 +38,7 @@ We are now looking for usable interfaces and will go on as soon as we found one. <section> <!-- Main content area --> <p id="nd_status"></p> + <div id="nd_loading_sign"></div> <!-- anchor for the show log dialog --> <div id="nd_show_log_dialog" title="Log File"> <pre id="nd_show_log_msg"></pre> |
