MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 305: Line 305:
         }
         }
     });
     });
     /* Deal with rainbow rows */
     /* Deal with rainbow rows *//*
     $('.rainbow').each(function(){
     $('.rainbow').each(function(){
         var rb_TotalWidth = parseInt($(this).width()),
         var rb_TotalWidth = parseInt($(this).width()),
Line 334: Line 334:
             });
             });
         });
         });
     });
     });*/
     /*
     /*
         $('table.odd-stripe > tbody > tr:has(td):').css('background-color', function(){
         $('table.odd-stripe > tbody > tr:has(td):').css('background-color', function(){