]> git.wh0rd.org - tt-rss.git/commitdiff
</hurr>
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 30 Nov 2018 17:24:38 +0000 (20:24 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 30 Nov 2018 17:24:38 +0000 (20:24 +0300)
js/viewfeed.js

index aee32b1d126c90f450a5401e6bc0de6f662517da..4b16654c470aa9e02a60ad893a63514733752bab 100755 (executable)
@@ -455,8 +455,6 @@ function moveToPost(mode, noscroll, noexpand) {
        }
 
        if (!getActiveArticleId()) {
-               console.log('hurr', rows[0]);
-
                next_id = rows[0];
                prev_id = rows[rows.length-1]
        } else {