html5/spec-author-view dfn.js,1.11,1.12

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14395

Modified Files:
	dfn.js 
Log Message:
do something different with the dots

Index: dfn.js
===================================================================
RCS file: /sources/public/html5/spec-author-view/dfn.js,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- dfn.js	19 Aug 2010 09:44:37 -0000	1.11
+++ dfn.js	19 Aug 2010 09:47:36 -0000	1.12
@@ -10,7 +10,7 @@
       dots += ".";
     }
     while (networkStatus.firstChild) networkStatus.removeChild(networkStatus.firstChild);
-    networkStatus.textContent = 'loading'+dots+' ';
+    networkStatus.textContent = dots;
     if (request.readyState == 4) {
       panelDiv.innerHTML = request.responseText;
     }

Received on Thursday, 19 August 2010 09:47:39 UTC