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:
@@ -278,7 +278,7 @@ function render_article(article) {
|
||||
|
||||
fi.innerHTML = article;
|
||||
|
||||
article.evalScripts();
|
||||
// article.evalScripts();
|
||||
|
||||
} catch (e) {
|
||||
exception_error("render_article", e);
|
||||
|
||||
Reference in New Issue
Block a user