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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/basket.js (-1 / +5 lines)
Lines 212-217 function showCartUpdate(msg){ Link Here
212
    setTimeout("hideCart()",2000);
212
    setTimeout("hideCart()",2000);
213
}
213
}
214
214
215
function showListsUpdate(msg){
216
       // set body of popup window
217
       alert(msg);
218
}
219
215
function selRecord(num, status) {
220
function selRecord(num, status) {
216
    var str = document.myform.records.value
221
    var str = document.myform.records.value
217
    if (status){
222
    if (status){
218
- 

Return to bug 16516