r101683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101682‎ | r101683 | r101684 >
Date:21:00, 2 November 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r101682
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,11 +78,7 @@
7979 function updateOrientationSearchWidth() {
8080 switch( window.orientation ) {
8181 case 0:
82 - setTimeout( "updateSearchWidth()", 200 );
83 - break;
8482 case 90:
85 - setTimeout( "updateSearchWidth()", 200 );
86 - break;
8783 case -90:
8884 setTimeout( "updateSearchWidth()", 200 );
8985 break;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101682no need to seperate these cases like thispreilly21:00, 2 November 2011

Status & tagging log