[Koha-bugs] [Bug 13254] Delete record don't wait for confirmation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 13 11:16:00 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13254

--- Comment #9 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
This bug shows that the behavior of the browser is sometimes dangerous :
                    $('a[href*="biblionumber="]').click(function (ev) {
                        ev.preventDefault();
                        window.location = $(this).attr('href') + '&searchid=' +
me.searchid;
                    });
In my opinion the selector 'a[href*="biblionumber="]' is too large.
It may impact future code.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list