MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 478: Line 478:


     headerList = headerList.filter(function(e){
     headerList = headerList.filter(function(e){
         retune !($(this).has('td'));
         return !($(this).has('td'));
     });
     });
     headerList = headerList.filter(function(e){
     headerList = headerList.filter(function(e){
         return !($(this).inArray(rainbowList));
         return !($(this).inArray(rainbowList));
    });


     headerList.each(function(){
     headerList.each(function(){