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

--- Comment #9 from Fridolin SOMERS <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to