r101682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101681‎ | r101682 | r101683 >
Date:21:00, 2 November 2011
Author:preilly
Status:ok
Tags:
Comment:
no need to seperate these cases like this
Modified paths:
  • /trunk/extensions/MobileFrontend/javascripts/opensearch.js (modified) (history)

Diff [purge]

Index: trunk/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;

Follow-up revisions

RevisionCommit summaryAuthorDate
r1016831.18wmf1: MFT r101682preilly21:00, 2 November 2011

Status & tagging log