Index: trunk/extensions/MobileFrontend/ApplicationTemplate.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | $endScriptTag = '"></script>'; |
26 | 26 | $javaScriptPath = $this->data['wgExtensionAssetsPath'] . '/MobileFrontend/javascripts/'; |
27 | 27 | |
28 | | - $openSearchScript = $startScriptTag . $javaScriptPath . $betaPrefix . 'opensearch.js?version=12012011126437' . $endScriptTag; |
| 28 | + $openSearchScript = $startScriptTag . $javaScriptPath . $betaPrefix . 'opensearch.js?version=12142011126437' . $endScriptTag; |
29 | 29 | $jQueryScript = ( $this->data['device']['supports_jquery'] ) ? $startScriptTag . $javaScriptPath . 'jquery-1.7.1.min.js' . $endScriptTag : ''; |
30 | 30 | $filePageScript = ( $this->data['isFilePage'] ) ? $startScriptTag . $javaScriptPath . 'filepage.js' . $endScriptTag : ''; |
31 | 31 | |
Index: trunk/extensions/MobileFrontend/javascripts/beta_opensearch.js |
— | — | @@ -110,6 +110,12 @@ |
111 | 111 | if ( footer ) { |
112 | 112 | footer.style.display = 'block'; |
113 | 113 | } |
| 114 | + |
| 115 | + var pE = document.getElementById( 'placeholder' ); |
| 116 | + if ( pE ) { |
| 117 | + pE.style.display = 'none'; |
| 118 | + } |
| 119 | + |
114 | 120 | if ( ol ) { |
115 | 121 | if ( sq ) { |
116 | 122 | logo.style.visibility = 'visible'; |