https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24803
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #100191|0 |1 is obsolete| | --- Comment #10 from David Cook <[email protected]> --- Created attachment 100208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100208&action=edit Bug 24803: [Alternate] Clicking "Log in to your account" throws fatal Javascript error This patch removes the "data-toggle" attribute from the login link in order to avoid a JavaScript error. Since we have a custom click handler to trigger the modal we don't need Bootstrap's "automatic" modal handling. Test plan: 1. Apply patch 2. Open F12 dev tools 3. Click "Log in to your account" on OPAC 4. Observe no Javascript errors in console Signed-off-by: David Cook <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
