jenkins-bot has submitted this change and it was merged.

Change subject: Fix typo in button name
......................................................................


Fix typo in button name

introduced in efcf1fcb5c828ae7404ce404359f5a2e1d71f466

Change-Id: Ie952b7780969394d6c712fc7794c3971a1fb0faf
---
M lib/resources/jquery.wikibase/toolbar/edittoolbar.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/lib/resources/jquery.wikibase/toolbar/edittoolbar.js 
b/lib/resources/jquery.wikibase/toolbar/edittoolbar.js
index 72da933..73a8a3e 100644
--- a/lib/resources/jquery.wikibase/toolbar/edittoolbar.js
+++ b/lib/resources/jquery.wikibase/toolbar/edittoolbar.js
@@ -228,7 +228,7 @@
                                                $anchor = editGroup.getButton( 
'save' );
                                        }
                                        if ( error.action === 'remove' ) {
-                                               $anchor = editGroup.getButton( 
'remove ');
+                                               $anchor = editGroup.getButton( 
'remove' );
                                        }
 
                                        self.enable();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie952b7780969394d6c712fc7794c3971a1fb0faf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to