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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/results-list.js (-1 / +5 lines)
Lines 149-154 $(document).ready(function () { Link Here
149
        }
149
        }
150
    }
150
    }
151
151
152
    $("#bookbag_form").on("submit", function (e) {
153
        e.preventDefault();
154
        return false;
155
    })
156
152
    $("#addtocart").on("click", function (e) {
157
    $("#addtocart").on("click", function (e) {
153
        e.preventDefault();
158
        e.preventDefault();
154
        addMultiple();
159
        addMultiple();
155
- 

Return to bug 40783