MediaWiki:Gadget-test.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2024

  • curprev 14:4714:47, 18 January 2024Administrator talk contribs 13,709 bytes +13,709 Created page with "// Global variables let skillLevels = {}; let skillsByClass = {}; let maxJobLevels = {}; let slot = 1; document.addEventListener('DOMContentLoaded', () => { loadStateFromLocalStorage(); }); // Function to read a local JSON file function loadLocalJSONFile(file, callback) { const xhr = new XMLHttpRequest(); xhr.overrideMimeType('application/json'); xhr.open('GET', file, true); xhr.onreadystatechange = function () { if (xhr.readyState === 4 &&..."