https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40544
--- Comment #7 from Jonathan Druart <[email protected]> --- Created attachment 184858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184858&action=edit Bug 40544: Move some bundles related code out of document.ready On bug 40127 we moved the build_items_table calls outside of document ready, but createChild is defined in document.ready (and so defined too late). This patches fix the following JS error: "Uncaught ReferenceError: createChild is not defined" -- You are receiving this mail because: You are the assignee for the bug. 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/
