summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery_debug.html
diff options
context:
space:
mode:
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>