MediaWiki:Gadget-TabSystem.js: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 95: Line 95:
}
}
tabcontainers[tc].parentNode.insertBefore( toc, tabcontainers[tc] );
tabcontainers[tc].parentNode.insertBefore( toc, tabcontainers[tc] );
$('.slideshow-current').click();
setTimeout(function() { $('.slideshow-current').click(); }, 1000);
}
}
}
}