Commit:    24c04d89e5c29f4899f5923136df1cbd4d25411c
Author:    Paul Dragoonis <[email protected]>         Sat, 1 Jan 2011 
21:45:14 +0000
Parents:   98122ddf64fe710c253f7f6d24d75c2d147bbf39
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=24c04d89e5c29f4899f5923136df1cbd4d25411c

Log:
Accidental merge of common.js, reverting back to revision 306955

Changed paths:
  M  js/common.js


Diff:
diff --git a/js/common.js b/js/common.js
index e2d030c..a309b92 100644
--- a/js/common.js
+++ b/js/common.js
@@ -154,11 +154,6 @@ $(document).ready(function() {
         });
 
         if (foundToc) {
-
-            var userNotesHeader = $('#usernotes');
-            $('<a class="toc_item" href="#' + userNotesHeader.attr('id') + 
'">User Contributed Notes</a>')
-                .appendTo( $('<li>') ).parent().appendTo(l);
-
             jQuery.getScript("/js/jquery.scrollto.min.js", function(){
                 l.delegate("a.toc_item","click keypress", function(e) {
                     // Escape dots in ids so they won't be treated as class 
selectors
@@ -184,10 +179,6 @@ $(document).ready(function() {
         });
     });
 
-    if($('.docs table.doctable').length) {
-        $(this).find('tbody tr:even').addClass("alt-row")
-    }
-
 });
 
 /**
@@ -197,4 +188,3 @@ function getLanguage()
 {
     return document.documentElement.lang;
 }
-


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to