From 5d215d54cbb33f3ef5fb4f5da9a860b0a105ae9b Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 4 Nov 2011 11:56:28 +0100 Subject: last changes --- src/html/networkdiscovery.html | 3 ++- src/html/networkdiscovery_debug.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/html') 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('

'); + $("#nd_loading_sign").append('

'); }); @@ -38,6 +38,7 @@ We are now looking for usable interfaces and will go on as soon as we found one.

+

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('

'); + $("#nd_loading_sign").append('

'); }); @@ -37,6 +37,7 @@ We are now looking for usable interfaces and will go on as soon as we found one.

+

-- 
cgit v1.2.3-55-g7522