@@ -, +, @@ debugging --- koha-tmpl/intranet-tmpl/prog/js/basket.js | 1 - 1 file changed, 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/basket.js +++ a/koha-tmpl/intranet-tmpl/prog/js/basket.js @@ -223,7 +223,6 @@ function addSelRecords(valSel) { // function for adding a selection of biblios t function showCartUpdate(msg){ // set body of popup window - console.log( msg ); $("#cartDetails").html(msg); showCart(); setTimeout(hideCart,2000); --