View | Details | Raw Unified | Return to bug 33668
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/global.js (-1 / +4 lines)
Lines 255-260 function setPlaceholder(){ Link Here
255
255
256
    $("#translControl1").attr("placeholder", search_placeholder).after(clearButton);
256
    $("#translControl1").attr("placeholder", search_placeholder).after(clearButton);
257
257
258
    if ($("#translControl1").val() == '') {
259
        clearButton.hide();
260
    }
261
258
    clearButton.click(function() {
262
    clearButton.click(function() {
259
        $("#translControl1").val('').focus();
263
        $("#translControl1").val('').focus();
260
        $(this).hide();
264
        $(this).hide();
261
- 

Return to bug 33668