[Koha-bugs] [Bug 2578] New: JS error in z3950 and addbiblio

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Sep 2 23:12:46 CEST 2008


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 at liblime.com
        ReportedBy: joe.atzberger at liblime.com
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list