Skip to content

Commit

Permalink
fix: update CSS script URL to point to user-specific afch.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Dec 4, 2024
1 parent b678828 commit bc02655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@

if ( AFCH.consts.beta ) {
// Load minified css
mw.loader.load( AFCH.consts.scriptpath + '?action=raw&ctype=text/css&title=MediaWiki:Gadget-afch.css', 'text/css' );
mw.loader.load(AFCH.consts.scriptpath + '?action=raw&ctype=text/css&title=User:Patsagorn_Y./afch.css', 'text/css' );
promise = mw.loader.using( [
'jquery.chosen',
'jquery.spinner',
Expand Down

0 comments on commit bc02655

Please sign in to comment.