MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 328: Line 328:


docReady(function () {
docReady(function () {
$('.related-skills td[width="150"]').each(function() {
      if (!$(this).find('.skill-wrap').length) {
          $(this).wrapInner('<div class="skill-wrap-text"></div>');
          $(this).wrapInner('<div class="skill-wrap"></div>');
      }
});
$('.skill-wrap').click(function() {
  window.location.href = $(this).find('> .skill-wrap-text > a:not(.image)').attr('href')
});


     $('.boss-timer-section .tabber-tab').click(function (e) {
     $('.boss-timer-section .tabber-tab').click(function (e) {
ElEditors, Administrators
70,766

edits