Skip to content

Commit

Permalink
Set Mozilla Firefox like play MP files - refs #8007
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Dec 18, 2015
1 parent c1741ae commit d16ecc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/inc/lib/api.lib.php
Expand Up @@ -6397,7 +6397,8 @@ function api_browser_support($format = "")
($current_browser == 'Chrome' && $current_majorver >= 6) ||
($current_browser == 'Internet Explorer' && $current_majorver >= 9) ||
$current_browser == 'Android' ||
$current_browser == 'iPhone'
$current_browser == 'iPhone' ||
$current_browser == 'Firefox'
) {
return true;
} else {
Expand Down

0 comments on commit d16ecc9

Please sign in to comment.