http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4054
--- Comment #15 from Marc Véron <[email protected]> --- There seems to be some code to prevent double click submit: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt line 179 $('#hold-request-form').preventDoubleFormSubmit(); Hmm, if I have a JavaScript alert e.g. "- This patron had already placed a hold on this item" and I click OK, I get an endless wait cursor! This issue goes away if I remove the line with the preventDoubleFormSubmit. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
