https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24803 Bug ID: 24803 Summary: Clicking "Log in to your account" throws fatal Javascript error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org Clicking "Log in to your account" throws a fatal Javascript error, because the link has a href of "/cgi-bin/koha/opac-user.pl" and Bootstrap passes the href to Jquery as if it were a CSS ID selector. In the past, Jquery didn't throw a fatal error for this mistake, so it was fine. But now Jquery appears to be stricter with the upgrade to 3.4.1. This error causes Javascript to fail and could lead to unexpected behaviour. (I have an idea for a patch that I'll be trying out very soon.) -- You are receiving this mail because: You are watching all bug changes.