From 00310d2d23dd459c17b3f6e86a127de348b330f8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Feb 2021 06:58:50 +0300 Subject: cleanup some unused code, fix App.byId() invoked by wrong name --- js/Article.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'js/Article.js') diff --git a/js/Article.js b/js/Article.js index e7498f0b3..15c5cac65 100644 --- a/js/Article.js +++ b/js/Article.js @@ -93,16 +93,6 @@ const Article = { w.opener = null; w.location = url; }, - /* popupOpenArticle: function(id) { - const w = window.open("", - "ttrss_article_popup", - "height=900,width=900,resizable=yes,status=no,location=no,menubar=no,directories=no,scrollbars=yes,toolbar=no"); - - if (w) { - w.opener = null; - w.location = "backend.php?op=article&method=view&mode=raw&html=1&zoom=1&id=" + id + "&csrf_token=" + App.getInitParam("csrf_token"); - } - }, */ cdmUnsetActive: function (event) { const row = App.byId("RROW-" + Article.getActive()); -- cgit v1.2.3-54-g00ecf