mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:05:55 +00:00
add support for HTML5 way of playing audio/video enclosures (closes #246)
This commit is contained in:
@@ -275,8 +275,10 @@ function render_article(article) {
|
||||
try {
|
||||
fi.scrollTop = 0;
|
||||
} catch (e) { };
|
||||
|
||||
|
||||
fi.innerHTML = article;
|
||||
|
||||
article.evalScripts();
|
||||
|
||||
} catch (e) {
|
||||
exception_error("render_article", e);
|
||||
|
||||
Reference in New Issue
Block a user