mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 22:25:27 +00:00
Remove unused categories property
This is not used by the CategoryOverlay Bug: T206337 Change-Id: Icc19fe24fbb30db8b76d462bfba8879ff112226a
This commit is contained in:
parent
57cb5f8e41
commit
5afe8abdce
|
@ -29,7 +29,6 @@
|
|||
loadingOverlay.hide();
|
||||
return new CategoryAddOverlay( {
|
||||
api: new mw.Api(),
|
||||
categories: mw.config.get( 'wgCategories' ),
|
||||
isAnon: user.isAnon(),
|
||||
title: M.getCurrentPage().title
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue