https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23010
--- Comment #41 from Lucas Gass (lukeg) <[email protected]> --- > From cataloguing_additem.js: > > $(document).ready(function () { > + $( > + '#cataloguing_additem_newitem > #f[action^="/cgi-bin/koha/cataloguing/additem.pl"]' > + ); > // Remove the onclick event defined in browser.js, > // otherwise the deletion confirmation will not work correctly > $('a[href*="biblionumber="]').off("click"); > > It's not clear to me what this change does or if it's intentional. If it is > an intentional change, can you clarify? Definitely a mistake, I have removed it. -- 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/
