- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Aug 2010 09:44:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14009
Modified Files:
dfn.js
Log Message:
fixxed some other goddamn thing I browke
Index: dfn.js
===================================================================
RCS file: /sources/public/html5/spec-author-view/dfn.js,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- dfn.js 19 Aug 2010 09:22:57 -0000 1.10
+++ dfn.js 19 Aug 2010 09:44:37 -0000 1.11
@@ -9,6 +9,7 @@
for (var i = 0; i < parseInt(request.readyState); i++) {
dots += ".";
}
+ while (networkStatus.firstChild) networkStatus.removeChild(networkStatus.firstChild);
networkStatus.textContent = 'loading'+dots+' ';
if (request.readyState == 4) {
panelDiv.innerHTML = request.responseText;
Received on Thursday, 19 August 2010 09:44:40 UTC