[html5] r3827 - [e] (0) multipage version shouldn't have all the scripts

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 13 17:44:06 PDT 2009


Author: ianh
Date: 2009-09-13 17:44:06 -0700 (Sun, 13 Sep 2009)
New Revision: 3827

Modified:
   index
Log:
[e] (0) multipage version shouldn't have all the scripts

Modified: index
===================================================================
--- index	2009-09-13 21:34:06 UTC (rev 3826)
+++ index	2009-09-14 00:44:06 UTC (rev 3827)
@@ -92,10 +92,12 @@
      configUI.id = 'configUI';
      document.body.appendChild(configUI);
      load('reviewer.js');
-     load('toc.js');
+     if (document.documentElement.className == "" || document.documentElement.className == "split index")
+       load('toc.js');
      load('styler.js');
      load('updater.js');
-     load('dfn.js');
+     if (document.documentElement.className == "")
+       load('dfn.js');
      load('status.js');
      if (getCookie('profile') == '1')
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -105,7 +107,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-13-september-2009>Draft Standard — 13 September 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-14-september-2009>Draft Standard — 14 September 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->




More information about the Commit-Watchers mailing list