Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/opensearch.js |
— | — | @@ -78,8 +78,9 @@ |
79 | 79 | function updateOrientationSearchWidth() { |
80 | 80 | switch( window.orientation ) { |
81 | 81 | case 0: |
| 82 | + case -90: |
82 | 83 | case 90: |
83 | | - case -90: |
| 84 | + case 180: |
84 | 85 | setTimeout( "updateSearchWidth()", 200 ); |
85 | 86 | break; |
86 | 87 | } |