Skylords Reborn
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* mw-tabber link fix [links containing "()"] */
mw.hook('wikipage.content').add(function () {
	/* this is stupidly overspecifc to make sure it's only used for tabbers */
	/* .parent(), because the a element doesn't listen to clicks itself */
    $('.wds-tabs__tab[data-hash="'+ decodeURI(window.location.hash.replace(/\./gi, '%')).substr(1) +'"] > .wds-tabs__tab-label > a[href="#"]').parent().click();
});
Advertisement