Lines 1949-1955
Note that permanent location is a code, and location may be an authval.
Link Here
|
1949 |
|
1949 |
|
1950 |
}); |
1950 |
}); |
1951 |
|
1951 |
|
1952 |
[% IF (found1) %] |
1952 |
[% IF found1 && Koha.Preference('RetainCatalogSearchTerms') %] |
1953 |
$(document).ready(function() { |
1953 |
$(document).ready(function() { |
1954 |
var search_index = localStorage.getItem("cat_search_pulldown_selection"); |
1954 |
var search_index = localStorage.getItem("cat_search_pulldown_selection"); |
1955 |
var search_value = localStorage.getItem("searchbox_value"); |
1955 |
var search_value = localStorage.getItem("searchbox_value"); |
1956 |
- |
|
|