r99820 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99819‎ | r99820 | r99821 >
Date:22:04, 14 October 2011
Author:preilly
Status:ok (Comments)
Tags:
Comment:
fix for bug 31710 - ios app show both native and mobile web search input fields
Modified paths:
  • /trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/views/layout/_search_webkit.html.php
@@ -9,8 +9,9 @@
1010
1111 $scriptUrl = wfScript();
1212
13 -if (self::$hideSearchBox)
14 -$searchBoxDisplayNone = ' style="display: none;" ';
 13+if ( self::$hideSearchBox ) {
 14+ $searchBoxDisplayNone = ' style="display: none;" ';
 15+}
1516
1617 $searchWebkitHtml = <<<EOD
1718 <div id='header'>

Follow-up revisions

RevisionCommit summaryAuthorDate
r99821fix for bug 31710 - ios app show both native and mobile web search input fieldspreilly22:07, 14 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99819fix for bug 31710 - ios app show both native and mobile web search input fieldspreilly22:01, 14 October 2011

Comments

#Comment by Preilly (talk | contribs)   22:08, 14 October 2011

The style of this variable has now been fixed in r99821.

Status & tagging log