Lines 1-4
Link Here
|
1 |
/* global KOHA biblionumber new_results_browser addMultiple vShelfAdd openWindow search_result SEARCH_RESULTS PREF_LocalCoverImages PREF_IntranetCoce PREF_CoceProviders CoceHost CoceProviders addRecord delSingleRecord PREF_BrowseResultSelection resetSearchContext addBibToContext delBibToContext getContextBiblioNumbers holdfor_cardnumber holdforclub strQuery PREF_NotHighlightedWords __ */ |
1 |
/* global KOHA biblionumber new_results_browser addMultiple vShelfAdd openWindow search_result SEARCH_RESULTS PREF_LocalCoverImages PREF_IntranetCoce PREF_CoceProviders CoceHost CoceProviders addRecord delSingleRecord PREF_BrowseResultSelection resetSearchContext addBibToContext delBibToContext getContextBiblioNumbers holdfor_cardnumber holdforclub strQuery PREF_NotHighlightedWords __ Cookies */ |
2 |
|
2 |
|
3 |
function verify_cover_images() { |
3 |
function verify_cover_images() { |
4 |
/* Loop over each container in the template which contains covers */ |
4 |
/* Loop over each container in the template which contains covers */ |
Lines 348-355
function placeHold () {
Link Here
|
348 |
} |
348 |
} |
349 |
|
349 |
|
350 |
function forgetPatronAndClub(){ |
350 |
function forgetPatronAndClub(){ |
351 |
$.removeCookie("holdfor", { path: '/' }); |
351 |
Cookies.remove("holdfor", { path: '/' }); |
352 |
$.removeCookie("holdforclub", { path: '/' }); |
352 |
Cookies.remove("holdforclub", { path: '/' }); |
353 |
$(".holdforlink").remove(); |
353 |
$(".holdforlink").remove(); |
354 |
$("#placeholdc").html("<a class=\"btn btn-default btn-xs placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o\"></i> " + __("Place hold") + "</a>"); |
354 |
$("#placeholdc").html("<a class=\"btn btn-default btn-xs placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o\"></i> " + __("Place hold") + "</a>"); |
355 |
} |
355 |
} |