Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | } |
90 | 90 | |
91 | 91 | class ExtMobileFrontend { |
92 | | - const VERSION = '0.5.86'; |
| 92 | + const VERSION = '0.5.87'; |
93 | 93 | |
94 | 94 | /** |
95 | 95 | * @var DOMDocument |
— | — | @@ -179,20 +179,20 @@ |
180 | 180 | ); |
181 | 181 | |
182 | 182 | public $itemsToRemove = array( |
183 | | - '#contentSub', # redirection notice |
184 | | - 'div.messagebox', # cleanup data |
185 | | - '#siteNotice', # site notice |
186 | | - '#siteSub', # "From Wikipedia..." |
187 | | - '#jump-to-nav', # jump-to-nav |
188 | | - 'div.editsection', # edit blocks |
189 | | - 'div.infobox', # Infoboxes in the article |
190 | | - 'table.toc', # table of contents |
191 | | - '#catlinks', # category links |
192 | | - 'div.stub', # stub warnings |
| 183 | + '#contentSub', |
| 184 | + 'div.messagebox', |
| 185 | + '#siteNotice', |
| 186 | + '#siteSub', |
| 187 | + '#jump-to-nav', |
| 188 | + 'div.editsection', |
| 189 | + 'div.infobox', |
| 190 | + 'table.toc', |
| 191 | + '#catlinks', |
| 192 | + 'div.stub', |
193 | 193 | 'form', |
194 | 194 | 'div.sister-project', |
195 | 195 | 'script', |
196 | | - 'div.magnify', # magnify object |
| 196 | + 'div.magnify', |
197 | 197 | '.editsection', |
198 | 198 | 'span.t', |
199 | 199 | 'sup[style*="help"]', |