Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'onOutputPageBeforeHTML' ); |
50 | 50 | |
51 | 51 | class ExtMobileFrontend { |
52 | | - const VERSION = '0.4.5'; |
| 52 | + const VERSION = '0.4.6'; |
53 | 53 | |
54 | 54 | private $doc; |
55 | 55 | |
— | — | @@ -148,7 +148,9 @@ |
149 | 149 | } |
150 | 150 | } |
151 | 151 | |
152 | | - if ( $mAction != 'view_normal_site' && $props['is_wireless_device'] === 'true' ) { |
| 152 | + if ( $mAction != 'view_normal_site' && |
| 153 | + $props['is_wireless_device'] === 'true' && |
| 154 | + $props['is_tablet'] === 'false' ) { |
153 | 155 | ob_start( array( $this, 'DOMParse' ) ); |
154 | 156 | } |
155 | 157 | return true; |