mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:45:56 +00:00
update for native flash player for FF 3.5
This commit is contained in:
@@ -2160,7 +2160,8 @@ function switchToFlash(e) {
|
||||
}
|
||||
function html5AudioOrFlash(type) {
|
||||
var audioTag = document.createElement('audio');
|
||||
if(! audioTag.canPlayType || audioTag.canPlayType(type)=="no"){
|
||||
if(! audioTag.canPlayType || audioTag.canPlayType(type) == "no" ||
|
||||
audioTag.canPlayType(type) == ""){
|
||||
if($('switchToFlashLink')){
|
||||
switchToFlash($('switchToFlashLink'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user