diff options
| author | 2016-10-29 13:11:37 +0200 | |
|---|---|---|
| committer | 2016-10-29 13:11:37 +0200 | |
| commit | 00f446d1557165cba90d0d3ec17404d3fdce84cd (patch) | |
| tree | 4ec6a8553f12226da35418467a9a4fa0a627e5ec /p | |
| parent | a7301a43faeb391138478cb462493c3e025296ea (diff) | |
Disable "mark all as read" before confirmation script is loaded
https://github.com/FreshRSS/FreshRSS/issues/1342
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |
