Lines 356-363
function placeHold () {
Link Here
|
356 |
} |
356 |
} |
357 |
|
357 |
|
358 |
function forgetPatronAndClub(){ |
358 |
function forgetPatronAndClub(){ |
359 |
Cookies.remove("holdfor", { path: '/' }); |
359 |
Cookies.remove("holdfor", { path: '/', SameSite: 'Lax' }); |
360 |
Cookies.remove("holdforclub", { path: '/' }); |
360 |
Cookies.remove("holdforclub", { path: '/', SameSite: 'Lax' }); |
361 |
$(".holdforlink").remove(); |
361 |
$(".holdforlink").remove(); |
362 |
$("#placeholdc").html("<a class=\"btn btn-default btn-xs placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o\"></i> " + __("Place hold") + "</a>"); |
362 |
$("#placeholdc").html("<a class=\"btn btn-default btn-xs placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o\"></i> " + __("Place hold") + "</a>"); |
363 |
} |
363 |
} |