User:Chonx/common.js: Difference between revisions
Replaced content with "/* ============================================================ This is ALL that goes in User:Chonx/common.js ------------------------------------------------------------ It loads the real module RAW (action=raw = NOT minified), which avoids the ResourceLoader minifier that breaks the pasted-inline version. Bonus: to iterate you now only edit the module page and hard-refresh — no re-pasting this loader. Put the full ext.itemScoreTable.js cont..." Tag: Replaced |
No edit summary |
||
| Line 1: | Line 1: | ||
window.CHONX_CJS_RAN = true; | |||
mw.loader.load( mw.config.get( 'wgScript' ) + '?title=User:Chonx/eqlItemScore.js&action=raw&ctype=text/javascript' ); | |||
mw.loader.load( | |||
); | |||
Latest revision as of 21:35, 23 July 2026
window.CHONX_CJS_RAN = true; mw.loader.load( mw.config.get( 'wgScript' ) + '?title=User:Chonx/eqlItemScore.js&action=raw&ctype=text/javascript' );