2009/dap/system-info Overview.html,1.117,1.118

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv32304

Modified Files:
	Overview.html 
Log Message:
removed connection.ssid from example since ssid no longer part of the interface


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.html	31 May 2010 07:02:41 -0000	1.117
+++ Overview.html	2 Jun 2010 15:36:52 -0000	1.118
@@ -537,7 +537,7 @@
 }
 
 function wifiMonitorCB(connection) {
-  document.getElementById(indicator, "Wireless "+connection.SSID+" at "+(connection.signalStrength*100)+"%");
+  document.getElementById(indicator, "Wireless signal at "+(connection.signalStrength*100)+"%");
 }</pre>
         </section>
 

Received on Wednesday, 2 June 2010 15:36:55 UTC