File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments