https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42292 --- Comment #46 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jan Kissig from comment #33)
Created attachment 200918 [details] [review] Bug 42292: (QA follow-up) Remove unnecessary brace in opac-shelves
confirmModal had an unnecessary brace at the end which led to an 'Uncaught SyntaxError: missing ) after argument list' error.
This is not expected, so I have investigated: * I have applied only the first patch * perl misc/devel/tidy.pl $(git diff --name-only HEAD~1) => No extra bracket * git commit -a [also with --date], and adjusted the commit message with the second patch * applied the other patches "Remove unnecessary brace in opac-shelves" has been skipped (changed already applied) Thanks for the QA and the follow-ups, Jan! -- You are receiving this mail because: You are watching all bug changes.