jenkins-bot has submitted this change and it was merged. Change subject: Fix typo ......................................................................
Fix typo Change-Id: Ib98ce2198cf63653a0aa26838d9b3a179521c617 --- M ext.MassMessage.autocomplete.js 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/ext.MassMessage.autocomplete.js b/ext.MassMessage.autocomplete.js index edf9756..2a92182 100644 --- a/ext.MassMessage.autocomplete.js +++ b/ext.MassMessage.autocomplete.js @@ -1,6 +1,6 @@ /** * Add autocomplete suggestions to the spamlist input. - * Mainly from from http://jqueryui.com/autocomplete/ + * Mainly from http://jqueryui.com/autocomplete/ * and resources/mediawiki/mediawiki.searchSuggest.js */ ( function ( mw, $ ) { -- To view, visit https://gerrit.wikimedia.org/r/82796 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib98ce2198cf63653a0aa26838d9b3a179521c617 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MassMessage Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
