aboutsummaryrefslogtreecommitdiff
path: root/public/scripts
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-14 21:55:53 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-14 21:55:53 +0100
commit9efb9388df7e07311b6e1e0696f43419c702cd2f (patch)
tree8daecdbf9e2993c01e638da25cb5188e51f95967 /public/scripts
parent0843e5b6914c51b2263ad9bfd462cc1e4f1cea5f (diff)
bigMarkAsRead : utilisation sans JavaScript
et différent si l'utilisateur n'est pas connecté Implémente https://github.com/marienfressinaud/FreshRSS/issues/249
Diffstat (limited to 'public/scripts')
-rw-r--r--public/scripts/main.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/public/scripts/main.js b/public/scripts/main.js
index b86b1c856..04c1977d5 100644
--- a/public/scripts/main.js
+++ b/public/scripts/main.js
@@ -397,12 +397,6 @@ function init_stream_delegates(divStream) {
return false;
});
- divStream.on('click', '.bigMarkAsRead', function () {
- var url = $(".nav_menu .read_all").attr("href");
- redirect(url, false);
- return false;
- });
-
if (auto_mark_site) {
divStream.on('click', '.flux .link a', function () {
mark_read($(this).parent().parent().parent(), true);