Index: trunk/extensions/MobileFrontend/templates/ApplicationTemplate.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | |
38 | 38 | $jQuerySupport = $this->data['device']['supports_jquery']; |
39 | 39 | $jQueryScript = $jQuerySupport ? $startScriptTag . $javaScriptPath . 'jquery-1.7.1.min.js' . $endScriptTag : ''; |
40 | | - $filePageScript = ( $this->data['isFilePage'] ) ? $startScriptTag . $javaScriptPath . 'filepage.js?version=122920111241' . $endScriptTag : ''; |
| 40 | + $filePageScript = ( $this->data['isFilePage'] ) ? $startScriptTag . $javaScriptPath . 'filepage.js?version=1332193250' . $endScriptTag : ''; |
41 | 41 | |
42 | 42 | $startLinkTag = "<link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/"; |
43 | 43 | $endLinkTag = "' media='all' rel='Stylesheet' type='text/css' />"; |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | |
61 | 61 | if( $this->data['isBetaGroupMember'] && $jQuerySupport ) { |
62 | 62 | $betajs = <<<HTML |
63 | | - {$startScriptTag}{$javaScriptPath}references.{$resourceSuffix}js?version=1331257310{$endScriptTag} |
| 63 | + {$startScriptTag}{$javaScriptPath}references.{$resourceSuffix}js?version=1332193250{$endScriptTag} |
64 | 64 | HTML; |
65 | 65 | } else { |
66 | 66 | $betajs = ""; |
— | — | @@ -71,8 +71,8 @@ |
72 | 72 | <head> |
73 | 73 | <title>{$this->data['htmlTitle']}</title> |
74 | 74 | <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> |
75 | | - <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=1331678715' media='all' rel='Stylesheet' type='text/css' /> |
76 | | - <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$cssFileName}.css?version=1331678715' media='all' rel='Stylesheet' type='text/css' /> |
| 75 | + <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$betaPrefix}common.css?version=1332193250' media='all' rel='Stylesheet' type='text/css' /> |
| 76 | + <link href='{$this->data['wgExtensionAssetsPath']}/MobileFrontend/stylesheets/{$cssFileName}.css?version=1332193250' media='all' rel='Stylesheet' type='text/css' /> |
77 | 77 | {$filePageStyle} |
78 | 78 | <meta name="viewport" content="initial-scale=1.0"> |
79 | 79 | {$appleTouchIconTag} |
— | — | @@ -90,10 +90,10 @@ |
91 | 91 | </div> |
92 | 92 | {$this->data['footerHtml']} |
93 | 93 | <!--[if gt IE 9]><!--> |
94 | | - {$startScriptTag}{$javaScriptPath}application.{$resourceSuffix}js?version=1331257310{$endScriptTag} |
95 | | - {$startScriptTag}{$javaScriptPath}toggle.{$resourceSuffix}js?version=1331257310{$endScriptTag} |
96 | | - {$startScriptTag}{$javaScriptPath}banner.{$resourceSuffix}js?version=1331257310{$endScriptTag} |
97 | | - {$startScriptTag}{$javaScriptPath}{$betaPrefix}opensearch.{$resourceSuffix}js?version=1331250599{$endScriptTag} |
| 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} |
98 | 98 | {$betajs} |
99 | 99 | {$filePageScript} |
100 | 100 | <!--[endif]--> |