TheDJ has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/133963

Change subject: InputBox: Don't append id to class
......................................................................

InputBox: Don't append id to class

The search2 form type was adding the id to the classname. Probably a
left over from a rewrite.

Change-Id: I0f8c962a3fdadd7555c2b8add93e2b131aedece9
---
M InputBox.classes.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InputBox 
refs/changes/63/133963/1

diff --git a/InputBox.classes.php b/InputBox.classes.php
index ef2d0c6..fae28ec 100644
--- a/InputBox.classes.php
+++ b/InputBox.classes.php
@@ -283,7 +283,7 @@
                                'type' => 'submit',
                                'name' => 'go',
                                'value' => $this->mButtonLabel,
-                               'class' => 'bodySearchBtnGo' . $id
+                               'class' => 'bodySearchBtnGo',
                        )
                );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/133963
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f8c962a3fdadd7555c2b8add93e2b131aedece9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InputBox
Gerrit-Branch: master
Gerrit-Owner: TheDJ <hartman.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to