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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:PurgeButton/code.js',
]
});
var htmlOnFire = document.getElementsByTagName("html")[0];
htmlOnFire.style.cursor = "auto";
const footerPaths = $("#wds-brand-fandom-logo-light")[0].children;
const logoPaths = $("#wds-brand-fandom-logomark")[0].children;
footerPaths[0].id = "logo-outline-footer";
footerPaths[1].id = "logo-heart-footer";
footerPaths[2].id = "logo-text-footer";
logoPaths[0].id = "logo-outline-bar";
logoPaths[1].id = "logo-heart-bar";