MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 478: Line 478:
         return $(this).children('td').length == 0;
         return $(this).children('td').length == 0;
     }).filter(function(){
     }).filter(function(){
         return $(this).inArray(rainbowList) == -1;
         return $.inArray(this, rainbowList) == -1;
     });
     });
     console.log(headerList);
     console.log(headerList);