Skip to content

Commit 62c11dd

Browse files
author
Juan Carlos Raña
committed
update check wav native support for Chrome
1 parent 057ab5c commit 62c11dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/main_api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4869,7 +4869,7 @@ function api_browser_support($format="") {
48694869
}
48704870
elseif($format=='wav'){
48714871
//native wav support
4872-
if(($current_browser == 'Firefox' && $current_majorver >= 4) || ($current_browser == 'Safari' && $current_majorver >= 5) || ($current_browser == 'Opera' && $current_majorver >= 11)|| ($current_browser == 'Internet Explorer' && $current_majorver >= 9)){
4872+
if(($current_browser == 'Firefox' && $current_majorver >= 4) || ($current_browser == 'Safari' && $current_majorver >= 5) || ($current_browser == 'Opera' && $current_majorver >= 11) || ($current_browser == 'Internet Explorer' && $current_majorver >= 9)|| ($current_browser == 'Chrome' && $current_majorver > 8)){
48734873
return true;
48744874
}
48754875
else{

0 commit comments

Comments
 (0)