- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 11:34:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14357
Modified Files:
load-timeout.js
Log Message:
add dashed lines and change how Path objects work to instead use external line and font styles and transformation objects (whatwg r7028)
[updated by splitter]
Index: load-timeout.js
===================================================================
RCS file: /sources/public/html5/spec/load-timeout.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- load-timeout.js 20 Mar 2012 11:30:20 -0000 1.7
+++ load-timeout.js 20 Mar 2012 11:34:45 -0000 1.8
@@ -55,6 +55,6 @@
}, false);
if (document.body.className == "") {
setTimeout(function () {
- showAlert("Too slow? Try reading the multipage copy of the spec instead:", "./")
+ showAlert("Too slow? Try reading the multipage copy of the spec instead:", "spec.html")
}, 6000);
}
Received on Tuesday, 20 March 2012 11:34:49 UTC