summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery_debug.html
diff options
context:
space:
mode:
authorNiklas2011-11-04 11:56:28 +0100
committerNiklas2011-11-04 11:56:28 +0100
commit5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b (patch)
tree8965df059ab3acff163d0b7c907f35754472ee23 /src/html/networkdiscovery_debug.html
parentchanged the tryout, also some big changes in program flow. there is now userc... (diff)
downloadfbgui-5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b.tar.gz
fbgui-5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b.tar.xz
fbgui-5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b.zip
last changes
Diffstat (limited to 'src/html/networkdiscovery_debug.html')
-rw-r--r--src/html/networkdiscovery_debug.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html/networkdiscovery_debug.html b/src/html/networkdiscovery_debug.html
index be0c35f..06c1fe7 100644
--- a/src/html/networkdiscovery_debug.html
+++ b/src/html/networkdiscovery_debug.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>
@@ -37,6 +37,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>