r114212 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114211‎ | r114212 | r114213 >
Date:23:21, 19 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Finishing implementation of accidentally checked in in previous commit
Modified paths:
  • /trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php
@@ -90,10 +90,10 @@
9191 </div>
9292 {$this->data['footerHtml']}
9393 <!--[if gt IE 9]><!-->
94 - {$startScriptTag}{$javaScriptPath}application.{$resourceSuffix}js?version=1332193250{$endScriptTag}
95 - {$startScriptTag}{$javaScriptPath}toggle.{$resourceSuffix}js?version=1332193250{$endScriptTag}
96 - {$startScriptTag}{$javaScriptPath}banner.{$resourceSuffix}js?version=1332193250{$endScriptTag}
97 - {$startScriptTag}{$javaScriptPath}{$betaPrefix}opensearch.{$resourceSuffix}js?version=1332193250{$endScriptTag}
 94+ {$startScriptTag}{$javaScriptPath}application.{$resourceSuffix}js?version={$wgMobileResourceVersion}{$endScriptTag}
 95+ {$startScriptTag}{$javaScriptPath}toggle.{$resourceSuffix}js?version={$wgMobileResourceVersion}{$endScriptTag}
 96+ {$startScriptTag}{$javaScriptPath}banner.{$resourceSuffix}js?version={$wgMobileResourceVersion}{$endScriptTag}
 97+ {$startScriptTag}{$javaScriptPath}{$betaPrefix}opensearch.{$resourceSuffix}js?version={$wgMobileResourceVersion}{$endScriptTag}
9898 {$betajs}
9999 {$filePageScript}
100100 <!--[endif]-->

Follow-up revisions

RevisionCommit summaryAuthorDate
r114213MFT r114211, r114212awjrichards23:25, 19 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114211Added invocation of GetCacheVaryCookies hook to ad 'mf_useformat' cookie to x...awjrichards23:19, 19 March 2012

Status & tagging log