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){
         return !($(this).has('td'));
         return !($(e).has('td'));
     });
     });
     headerList = headerList.filter(function(e){
     headerList = headerList.filter(function(e){
         return !($(this).inArray(rainbowList));
         return !($(e).inArray(rainbowList));
     });
     });