13 Mar
2015
13 Mar
'15
10:16 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13254 --- Comment #9 from Fridolin SOMERS <fridolyn.somers@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.