aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r--pyaggr3g470r/static/js/articles.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/static/js/articles.js b/pyaggr3g470r/static/js/articles.js
index fe7f0cba..bb31f6d8 100644
--- a/pyaggr3g470r/static/js/articles.js
+++ b/pyaggr3g470r/static/js/articles.js
@@ -28,7 +28,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Requires jQuery') }
$('.open-article').on('click', function(e) {
var feed_id = $(this).parent().parent().attr("data-feed");
var filter = $('#filters').attr("data-filter");
- console.log("unread");
if (filter == "unread") {
$(this).parent().parent().remove();
$("#total-unread").text(parseInt($("#total-unread").text()) - 1);
bgstack15