MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 16: Line 16:
         $(this).parent().parent().find('> div').hide();
         $(this).parent().parent().find('> div').hide();
         $($(this).find('> a:first').attr('href')).show();
         $($(this).find('> a:first').attr('href')).show();
     });
     }).each(function(){
        $(this).attr('href', '');
    })
     $('div.tabdiv > ul > li:first').click();
     $('div.tabdiv > ul > li:first').click();
});
});