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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 486-492 Link Here
486
486
487
[% INCLUDE 'opac-bottom.inc' %]
487
[% INCLUDE 'opac-bottom.inc' %]
488
[% BLOCK jsinclude %]
488
[% BLOCK jsinclude %]
489
[% IF ( Koha.Preference("OPACSuggestionAutoFill") ) %]
489
[% IF ( Koha.Preference("OPACSuggestionAutoFill") != 'no' ) %]
490
    [% Asset.js("js/autofill.js") | $raw %]
490
    [% Asset.js("js/autofill.js") | $raw %]
491
[% END %]
491
[% END %]
492
[% INCLUDE 'datatables.inc' %]
492
[% INCLUDE 'datatables.inc' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/js/autofill.js (-1 / +1 lines)
Lines 63-68 Link Here
63
                //field.$target.val("");
63
                //field.$target.val("");
64
                field.$target.trigger('autofill-undo');
64
                field.$target.trigger('autofill-undo');
65
            }
65
            }
66
            $("#isbn").val("");
66
            self.$undo.hide();
67
            self.$undo.hide();
67
        });
68
        });
68
69
69
- 

Return to bug 14242