diff options
| author | 2016-10-29 14:32:00 +0200 | |
|---|---|---|
| committer | 2016-10-29 14:32:00 +0200 | |
| commit | 63308faf09d18508a261080abff4d8666dfb59a2 (patch) | |
| tree | 4ec6a8553f12226da35418467a9a4fa0a627e5ec /p/scripts/main.js | |
| parent | a7301a43faeb391138478cb462493c3e025296ea (diff) | |
| parent | 00f446d1557165cba90d0d3ec17404d3fdce84cd (diff) | |
Merge pull request #1344 from Alkarex/confirm-disabled
Disable "mark all as read" before confirmation script is loaded
Diffstat (limited to 'p/scripts/main.js')
| -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() { |
