Anonymous

MediaWiki:Gadget-Tabs.js: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 10: Line 10:
         tabs.children('div').eq(index).show().siblings('div').hide();
         tabs.children('div').eq(index).show().siblings('div').hide();
     });
     });
     //tabs.find('> ul > li').first().click();
     if (!$(this).hasClass('tabber-new')) tabs.find('> ul > li').first().click();
     if (getCookie('current-server-timer') !== null && tabs.hasClass('boss-timer-section')) {
     if (getCookie('current-server-timer') !== null && tabs.hasClass('boss-timer-section')) {
       tabs.find('> ul > li:contains("'+getCookie('current-server-timer')+'")').click();
       tabs.find('> ul > li:contains("'+getCookie('current-server-timer')+'")').click();