Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -432,9 +432,12 @@ |
433 | 433 | |
434 | 434 | if ( self::$disableImages == 1 ) { |
435 | 435 | $itemToRemoveRecords['TAG'][] = "img"; |
| 436 | + $itemToRemoveRecords['TAG'][] = "audio"; |
| 437 | + $itemToRemoveRecords['TAG'][] = "video"; |
436 | 438 | $itemToRemoveRecords['CLASS'][] = "thumb tright"; |
437 | 439 | $itemToRemoveRecords['CLASS'][] = "thumb tleft"; |
438 | 440 | $itemToRemoveRecords['CLASS'][] = "thumbcaption"; |
| 441 | + $itemToRemoveRecords['CLASS'][] = "gallery"; |
439 | 442 | } |
440 | 443 | |
441 | 444 | $domElemsToRemove = array(); |