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

(-)a/koha-tmpl/intranet-tmpl/prog/js/basket.js (-2 lines)
Lines 223-229 function addSelRecords(valSel) { // function for adding a selection of biblios t Link Here
223
223
224
function showCartUpdate(msg){
224
function showCartUpdate(msg){
225
	// set body of popup window
225
	// set body of popup window
226
    console.log( msg );
227
	$("#cartDetails").html(msg);
226
	$("#cartDetails").html(msg);
228
	showCart();
227
	showCart();
229
    setTimeout(hideCart,2000);
228
    setTimeout(hideCart,2000);
230
- 

Return to bug 22023