Jdlrobson has submitted this change and it was merged.
Change subject: Remove disable_zoom now that it's unused
......................................................................
Remove disable_zoom now that it's unused
Change-Id: Ifca553e4c077ee8c78b8556cc67fa16da55bc175
---
M includes/DeviceDetection.php
1 file changed, 0 insertions(+), 21 deletions(-)
Approvals:
Jdlrobson: Verified; Looks good to me, approved
jenkins-bot: Checked
diff --git a/includes/DeviceDetection.php b/includes/DeviceDetection.php
index 6815741..0d47e02 100644
--- a/includes/DeviceDetection.php
+++ b/includes/DeviceDetection.php
@@ -203,121 +203,101 @@
'view_format' => 'html',
'css_file_name' => '',
'supports_jquery' => true,
- 'disable_zoom' => false,
),
'blackberry' => array (
'view_format' => 'html',
'css_file_name' => 'blackberry',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'blackberry-lt5' => array (
'view_format' => 'html',
'css_file_name' => 'blackberry',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'capable' => array (
'view_format' => 'html',
'css_file_name' => '',
'supports_jquery' => true,
- 'disable_zoom' => true,
),
'html' => array (
'view_format' => 'html',
'css_file_name' => '',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'ie' => array (
'view_format' => 'html',
'css_file_name' => 'ie',
'supports_jquery' => true,
- 'disable_zoom' => false,
),
'iphone' => array (
'view_format' => 'html',
'css_file_name' => 'iphone',
'supports_jquery' => true,
- 'disable_zoom' => false,
),
'kindle' => array (
'view_format' => 'html',
'css_file_name' => 'kindle',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'kindle2' => array (
'view_format' => 'html',
'css_file_name' => 'kindle',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'netfront' => array (
'view_format' => 'html',
'css_file_name' => 'simple',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'nokia' => array (
'view_format' => 'html',
'css_file_name' => 'nokia',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'operamini' => array (
'view_format' => 'html',
'css_file_name' => 'operamini',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'operamobile' => array (
'view_format' => 'html',
'css_file_name' => 'operamobile',
'supports_jquery' => true,
- 'disable_zoom' => true,
),
'palm_pre' => array (
'view_format' => 'html',
'css_file_name' => '',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'ps3' => array (
'view_format' => 'html',
'css_file_name' => 'simple',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'psp' => array (
'view_format' => 'html',
'css_file_name' => 'psp',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'wap2' => array (
'view_format' => 'html',
'css_file_name' => 'simple',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
'webkit' => array (
'view_format' => 'html',
'css_file_name' => '',
'supports_jquery' => true,
- 'disable_zoom' => false,
),
'wii' => array (
'view_format' => 'html',
'css_file_name' => 'wii',
'supports_jquery' => true,
- 'disable_zoom' => true,
),
'wml' => array (
'view_format' => 'wml',
'css_file_name' => '',
'supports_jquery' => false,
- 'disable_zoom' => true,
),
);
@@ -359,7 +339,6 @@
'view_format' => 'html',
'css_file_name' => '',
'supports_jquery' => true,
- 'disable_zoom' => true,
), $userAgent );
}
}
--
To view, visit https://gerrit.wikimedia.org/r/56603
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifca553e4c077ee8c78b8556cc67fa16da55bc175
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits