summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 429412ba4..227aa87a5 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -278,7 +278,7 @@ function render_article(article) {
fi.innerHTML = article;
- article.evalScripts();
+// article.evalScripts();
} catch (e) {
exception_error("render_article", e);