mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
QuestyCaptcha: Remove mw-ui-input class that does nothing
It does nothing, because the 'mediawiki.ui.input' module is not loaded on the edit form, so it doesn't apply any styles. I'm not sure if it ever worked, but it definitely hasn't worked since at least 2021 (that's the oldest wiki I found on Patchdemo that has the class but doesn't have the styling). Change-Id: Ibd9d3df3aa74eb22c6b7fed97076056fc4187c66
This commit is contained in:
parent
efe5dd0cfb
commit
f68465095b
|
@ -91,7 +91,6 @@ class QuestyCaptcha extends SimpleCaptcha {
|
|||
Html::element( 'input', [
|
||||
'name' => 'wpCaptchaWord',
|
||||
'id' => 'wpCaptchaWord',
|
||||
'class' => 'mw-ui-input',
|
||||
'required',
|
||||
'autocomplete' => 'off',
|
||||
// tab in before the edit textarea
|
||||
|
|
Loading…
Reference in a new issue