r101743 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101742‎ | r101743 | r101744 >
Date:23:17, 2 November 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r101742
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
@@ -78,8 +78,9 @@
7979 function updateOrientationSearchWidth() {
8080 switch( window.orientation ) {
8181 case 0:
 82+ case -90:
8283 case 90:
83 - case -90:
 84+ case 180:
8485 setTimeout( "updateSearchWidth()", 200 );
8586 break;
8687 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101742fix for bug 32156 MobileFrontend does not update search box width at 180-degr...preilly23:15, 2 November 2011

Status & tagging log