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 |
- |
|
|