From 00f446d1557165cba90d0d3ec17404d3fdce84cd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 29 Oct 2016 13:11:37 +0200 Subject: Disable "mark all as read" before confirmation script is loaded https://github.com/FreshRSS/FreshRSS/issues/1342 --- p/scripts/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'p/scripts/main.js') diff --git a/p/scripts/main.js b/p/scripts/main.js index 51323a969..078bec682 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1126,6 +1126,7 @@ function init_confirm_action() { return confirm(str_confirmation); }); + $('button.confirm').removeAttr('disabled'); } function init_print_action() { -- cgit v1.2.3