MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 305: Line 305:
         }
         }
     });
     });
    /* Deal with rainbow rows */
    /*
        $('table.odd-stripe > tbody > tr:has(td):').css('background-color', function(){
            return $(this).parent().parent().css('background-color');
        });
        $('table.odd-strip').css('background-color', 'transparent');
    */
});
});