MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 324: Line 324:


$('.skill-wrap').click(function() {
$('.skill-wrap').click(function() {
   window.location.href = $(this).find('> a:not(.image)').attr('href')
   window.location.href = $(this).find('> .skill-wrap-text > a:not(.image)').attr('href')
});
});