mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
Fix rebase mistake in extension.json
This is a rebase mistake introduced with I7461ffd. Since If83420a this module is not defined in extension.json any more, but in the ResourceLoaderRegisterModules hook in PHP. This is done to be able to dynamically change the contents of the module, depending on the availability of anotehr extension. I'm not exactly sure what happens when a module is defined twice. I tried locally and it seems to work, with no visible error message. Bug: T234605 Change-Id: I209e19bbc2184a6d58086a703145ad58671060b6
This commit is contained in:
parent
7e429b43f2
commit
6daf49c9bc
|
@ -70,22 +70,6 @@
|
|||
"mobile"
|
||||
]
|
||||
},
|
||||
"ext.cite.ux-enhancements": {
|
||||
"scripts": [
|
||||
"ext.cite.a11y.js",
|
||||
"ext.cite.highlighting.js"
|
||||
],
|
||||
"styles": [
|
||||
"ext.cite.a11y.css",
|
||||
"ext.cite.highlighting.css"
|
||||
],
|
||||
"messages": [
|
||||
"cite_reference_link_prefix",
|
||||
"cite_references_link_accessibility_label",
|
||||
"cite_references_link_many_accessibility_label",
|
||||
"cite_references_link_accessibility_back_label"
|
||||
]
|
||||
},
|
||||
"ext.cite.style": {
|
||||
"class": "CiteCSSFileModule",
|
||||
"styles": "ext.cite.style.css",
|
||||
|
|
Loading…
Reference in a new issue