r106301 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106300‎ | r106301 | r106302 >
Date:01:55, 15 December 2011
Author:preilly
Status:ok
Tags:
Comment:
1.18wmf1: MFT r106300
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/ApplicationTemplate.php (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/beta_opensearch.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/ApplicationTemplate.php
@@ -24,7 +24,7 @@
2525 $endScriptTag = '"></script>';
2626 $javaScriptPath = $this->data['wgExtensionAssetsPath'] . '/MobileFrontend/javascripts/';
2727
28 - $openSearchScript = $startScriptTag . $javaScriptPath . $betaPrefix . 'opensearch.js?version=12012011126437' . $endScriptTag;
 28+ $openSearchScript = $startScriptTag . $javaScriptPath . $betaPrefix . 'opensearch.js?version=12142011126437' . $endScriptTag;
2929 $jQueryScript = ( $this->data['device']['supports_jquery'] ) ? $startScriptTag . $javaScriptPath . 'jquery-1.7.1.min.js' . $endScriptTag : '';
3030 $filePageScript = ( $this->data['isFilePage'] ) ? $startScriptTag . $javaScriptPath . 'filepage.js' . $endScriptTag : '';
3131
Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/javascripts/beta_opensearch.js
@@ -110,6 +110,12 @@
111111 if ( footer ) {
112112 footer.style.display = 'block';
113113 }
 114+
 115+ var pE = document.getElementById( 'placeholder' );
 116+ if ( pE ) {
 117+ pE.style.display = 'none';
 118+ }
 119+
114120 if ( ol ) {
115121 if ( sq ) {
116122 logo.style.visibility = 'visible';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106300remove placeholderpreilly01:55, 15 December 2011

Status & tagging log