User:Chaotic Enby/Unblock wizard.js: Difference between revisions
From Test Wiki
Content deleted Content added
Chaotic Enby (talk | contribs) . |
Chaotic Enby (talk | contribs) ye |
||
| Line 92: | Line 92: | ||
var emptyFieldsWarned = false; |
var emptyFieldsWarned = false; |
||
var mainPosition = -1; |
var mainPosition = -1; |
||
console.log("yeah"); |
|||
async function parseAndCacheMsg(key, ...messageArgs) { |
async function parseAndCacheMsg(key, ...messageArgs) { |
||
| Line 662: | Line 664: | ||
} |
} |
||
console.log("await $$$"); |
|||
await $.when( |
await $.when( |
||
$.ready, |
$.ready, |
||
| Line 670: | Line 672: | ||
]) |
]) |
||
); |
); |
||
console.log("im rich now"); |
|||
if (!(mw.config.get('wgPageName').includes('Wikipedia:Unblock_wizard/')) || |
if (!(mw.config.get('wgPageName').includes('Wikipedia:Unblock_wizard/')) || |
||
| Line 675: | Line 678: | ||
return; |
return; |
||
} |
} |
||
console.log("innit"); |
|||
init(); |
init(); |
||