MediaWiki:Common.js

From No Way Out Wiki
Revision as of 15:11, 23 September 2025 by User (talk | contribs)

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.
// ImageMap Highlighter - only load on pages that have the highlighter div
if ($('.imageMapHighlighter').length > 0) {
    // Paste the entire ImageMap highlighter code here
    $(document).ready(function() {
        // [Insert the full script code from your original document]
    });
}