Skip to content

Commit

Permalink
Remove 'mediawiki.ui.button' from ResourceLoader
Browse files Browse the repository at this point in the history
This line generates an error in the Javascript console:

> Special:Version:200 This page is using the deprecated ResourceLoader module "mediawiki.ui.button".
> [1.41] Please use Codex. See migration guidelines: https://w.wiki/7TAh

And does not appear to be used by chameleon skin in any case
  • Loading branch information
ronald-stewart-cs50 authored and malberts committed Jul 29, 2024
1 parent 44d0d33 commit 1f0d7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hooks/SetupAfterCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ protected function registerSkinWithMW() {
MediaWikiServices::getInstance()->getSkinFactory()->register( 'chameleon', 'Chameleon',
function () {
$styles = [
'mediawiki.ui.button',
'skins.chameleon',
'zzz.ext.bootstrap.styles',
];
Expand Down

0 comments on commit 1f0d7d6

Please sign in to comment.