mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Fix module dependencies
* Change dependencies for 'ext.thanks.mobilediff' from 'mediawiki.notification' to 'mediawiki.notify' because ext.thanks.mobilediff.js uses mw.notify and not mw.notification. * Add module 'mediawiki.api' to dependencies for 'ext.thanks' because ext.thanks.thank.js uses mw.Api. Change-Id: Icae08555c5ec0297c390e5161f9269b9c84f1145
This commit is contained in:
parent
e2f4f28e3d
commit
2d0c8bd0f8
|
@ -59,6 +59,9 @@
|
|||
"ext.thanks": {
|
||||
"scripts": [
|
||||
"ext.thanks.thank.js"
|
||||
],
|
||||
"dependencies": [
|
||||
"mediawiki.api"
|
||||
]
|
||||
},
|
||||
"ext.thanks.revthank": {
|
||||
|
@ -99,7 +102,7 @@
|
|||
],
|
||||
"dependencies": [
|
||||
"mediawiki.api",
|
||||
"mediawiki.notification"
|
||||
"mediawiki.notify"
|
||||
],
|
||||
"targets": [
|
||||
"desktop",
|
||||
|
|
Loading…
Reference in a new issue