https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26247 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #24 from Fridolin Somers <fridolin.somers@biblibre.com> --- As a quickfix, I propose this JavaScript that sets empty when entering the input : $(document).ready(function() { $("#header_search #catalog_search input[name='q']").focusin(function() { $(this).val(""); }); }); -- You are receiving this mail because: You are watching all bug changes.