MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 294: Line 294:
     });
     });
     $('.region-map img[alt="About this image"]').attr('src', 'https://elwiki.net/wiki/images/1/1f/UI_-_Help.png').show();
     $('.region-map img[alt="About this image"]').attr('src', 'https://elwiki.net/wiki/images/1/1f/UI_-_Help.png').show();
});
docReady(function () {
     $('.boss-timer-section .tabber-tab').click(function (e) {
     $('.boss-timer-section .tabber-tab').click(function (e) {
         if (e.screenX && e.screenX != 0 && e.screenY && e.screenY != 0) {
         if (e.screenX && e.screenX != 0 && e.screenY && e.screenY != 0) {
Line 299: Line 303:
         }
         }
     });
     });
});
docReady(function () {


     setTimeout(function () {
     setTimeout(function () {