1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 05:15:56 +00:00

move inline player generation code into separate function; disable support for native html5 player due to unsolved usability reasons (closes #246)

This commit is contained in:
Andrew Dolgov
2009-10-06 12:58:57 +04:00
parent 7d939be751
commit 51682b2330
2 changed files with 41 additions and 39 deletions

View File

@@ -278,7 +278,7 @@ function render_article(article) {
fi.innerHTML = article;
article.evalScripts();
// article.evalScripts();
} catch (e) {
exception_error("render_article", e);