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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/autofill.js (-2 / +3 lines)
Lines 63-69 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
            $(":input[type='text']").each(function(){
67
                $(this).val("");
68
            });
67
            self.$undo.hide();
69
            self.$undo.hide();
68
        });
70
        });
69
71
70
- 

Return to bug 14242