r101655 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101654‎ | r101655 | r101656 >
Date:18:40, 2 November 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r101654
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/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 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101654appending a space to the end makes it a little...preilly18:39, 2 November 2011

Status & tagging log