Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -65,7 +65,7 @@ |
66 | 66 | ); |
67 | 67 | |
68 | 68 | class ExtMobileFrontend { |
69 | | - const VERSION = '0.5.47'; |
| 69 | + const VERSION = '0.5.48'; |
70 | 70 | |
71 | 71 | /** |
72 | 72 | * @var DOMDocument |
— | — | @@ -104,7 +104,8 @@ |
105 | 105 | public static $viewNormalSiteURL; |
106 | 106 | public static $currentURL; |
107 | 107 | |
108 | | - public static $messageKeys = array( 'mobile-frontend-show-button', |
| 108 | + public static $messageKeys = array( |
| 109 | + 'mobile-frontend-show-button', |
109 | 110 | 'mobile-frontend-hide-button', |
110 | 111 | 'mobile-frontend-back-to-top-of-section', |
111 | 112 | 'mobile-frontend-regular-site', |
— | — | @@ -147,7 +148,7 @@ |
148 | 149 | 'form', |
149 | 150 | 'div.sister-project', |
150 | 151 | 'script', |
151 | | - 'div.magnify', # stupid magnify thing |
| 152 | + 'div.magnify', # magnify object |
152 | 153 | '.editsection', |
153 | 154 | 'span.t', |
154 | 155 | 'sup[style*="help"]', |