[html5] r8641 - [e] (0) toc.js stopped loading due to a recent change

whatwg at whatwg.org whatwg at whatwg.org
Sat May 17 17:35:11 PDT 2014


Author: ianh
Date: 2014-05-17 17:35:09 -0700 (Sat, 17 May 2014)
New Revision: 8641

Modified:
   complete.html
   index
Log:
[e] (0) toc.js stopped loading due to a recent change

Modified: complete.html
===================================================================
--- complete.html	2014-05-16 23:12:07 UTC (rev 8640)
+++ complete.html	2014-05-18 00:35:09 UTC (rev 8641)
@@ -266,7 +266,7 @@
      if (location.search == '?slow-browser')
        return;
      load('reviewer.js');
-     if (document.documentElement.className == "" || document.documentElement.className == "split index")
+     if (document.documentElement.className == "big" || document.documentElement.className == "big split index")
        load('toc.js');
      load('updater.js');
      load('dfn.js');
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 16 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 17 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>

Modified: index
===================================================================
--- index	2014-05-16 23:12:07 UTC (rev 8640)
+++ index	2014-05-18 00:35:09 UTC (rev 8641)
@@ -266,7 +266,7 @@
      if (location.search == '?slow-browser')
        return;
      load('reviewer.js');
-     if (document.documentElement.className == "" || document.documentElement.className == "split index")
+     if (document.documentElement.className == "big" || document.documentElement.className == "big split index")
        load('toc.js');
      load('updater.js');
      load('dfn.js');
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 16 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 17 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>



More information about the Commit-Watchers mailing list