mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-27 09:30:06 +00:00
Add missing style dependency to "ext.confirmEdit.fancyCaptcha"
This causes an icon to appear the "Reload" link/button when the CAPTCHA is shown e.g. within VisualEditor. Change-Id: Ie883e9fca419d278d2daa91166eb06339e183f9b
This commit is contained in:
parent
920113eca9
commit
5f0bbc59f8
|
@ -30,7 +30,10 @@
|
|||
},
|
||||
"ext.confirmEdit.fancyCaptcha": {
|
||||
"scripts": "ext.confirmEdit.fancyCaptcha.js",
|
||||
"dependencies": "mediawiki.api"
|
||||
"dependencies": [
|
||||
"ext.confirmEdit.fancyCaptcha.styles",
|
||||
"mediawiki.api"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ResourceFileModulePaths": {
|
||||
|
|
Loading…
Reference in a new issue