http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2578 Summary: JS error in z3950 and addbiblio Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Cataloging AssignedTo: galen.charlton@liblime.com ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@lists.koha.org When cataloging a new record, Firebug reports an error for both the addbiblio interface and the z3950_search popup: addLoadEvent is not defined: addLoadEvent(prepareEmailPopup); addbiblio.pl (line 61) addLoadEvent is not defined: addLoadEvent(prepareEmailPopup); z3950_search.pl (line 69) Since prepareEmailPopup calls getElementById('reserveemail') whlie still in <head>, i.e. before the element is available, the calls for addLoadEvent apparently need to be put inside jquery: $(document).ready(function() { ... } ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.