r101654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101653‎ | r101654 | r101655 >
Date:18:39, 2 November 2011
Author:preilly
Status:ok
Tags:
Comment:
appending a space to the end makes it a little
easier to keep typing more search terms
Modified paths:
  • /trunk/extensions/MobileFrontend/javascripts/opensearch.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/javascripts/opensearch.js
@@ -140,7 +140,7 @@
141141
142142 function sqValUpdate( sqValue ) {
143143 if ( search ) {
144 - search.value = sqValue;
 144+ search.value = sqValue + ' ';
145145 search.focus();
146146 searchApi( search.value );
147147 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r1016551.18wmf1: MFT r101654preilly18:40, 2 November 2011

Status & tagging log