1
0
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:
Andrew Dolgov
2009-06-17 11:16:44 +04:00
parent 70c9b17314
commit 95f67d2ebc
3 changed files with 62 additions and 11 deletions

View File

@@ -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);