From 3d19313a7f655bc2626990650c4de8141485eea3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 26 Jul 2019 21:13:06 -0700 Subject: Add option to disable feeds --- ui/static/js/app.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/static') diff --git a/ui/static/js/app.js b/ui/static/js/app.js index f054cc0..cae1d45 100644 --- a/ui/static/js/app.js +++ b/ui/static/js/app.js @@ -118,10 +118,6 @@ function markPageAsRead() { function handleEntryStatus(element) { let currentEntry = findEntry(element); if (currentEntry) { - // The order is important here, - // On the unread page, the read item will be hidden. - // If "goToNextListItem" first, it may go to an item about to hide: - // Imagine that user click 'mark as read' right below the '.current-item' toggleEntryStatus(currentEntry); if (isListView() && currentEntry.classList.contains('current-item')) { goToNextListItem(); -- cgit v1.2.3