mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:15:55 +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) {
|
function html5AudioOrFlash(type) {
|
||||||
var audioTag = document.createElement('audio');
|
var audioTag = document.createElement('audio');
|
||||||
if(! audioTag.canPlayType || audioTag.canPlayType(type)=="no"){
|
if(! audioTag.canPlayType || audioTag.canPlayType(type) == "no" ||
|
||||||
|
audioTag.canPlayType(type) == ""){
|
||||||
if($('switchToFlashLink')){
|
if($('switchToFlashLink')){
|
||||||
switchToFlash($('switchToFlashLink'));
|
switchToFlash($('switchToFlashLink'));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user