ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
Tag: Undo |
||
Line 8: | Line 8: | ||
tabs.children('div').eq(index).show().siblings('div').hide(); | tabs.children('div').eq(index).show().siblings('div').hide(); | ||
}); | }); | ||
tabs.find('> ul > li | tabs.find('> ul > li').first().click(); | ||
var tabber = window.location.hash.replace('#', '').replace(/_/g, ' '); | var tabber = window.location.hash.replace('#', '').replace(/_/g, ' '); | ||
if (tabber != '') $('.tabber-tab:contains("'+tabber+'")').click(); | if (tabber != '') $('.tabber-tab:contains("'+tabber+'")').click(); | ||
}); | }); |