Lines 1405-1416
Note that permanent location is a code, and location may be an authval.
Link Here
|
1405 |
[% END %] |
1405 |
[% END %] |
1406 |
}); |
1406 |
}); |
1407 |
|
1407 |
|
1408 |
$(document).ready(function() { |
1408 |
[% IF (found1) %] |
1409 |
var search_index = localStorage.getItem("cat_search_pulldown_selection"); |
1409 |
$(document).ready(function() { |
1410 |
var search_value = localStorage.getItem("searchbox_value"); |
1410 |
var search_index = localStorage.getItem("cat_search_pulldown_selection"); |
1411 |
if ( search_index ){ $('#cat-search-block select.advsearch').val(search_index)}; |
1411 |
var search_value = localStorage.getItem("searchbox_value"); |
1412 |
if ( search_value ){ $('#cat-search-block #search-form').val(search_value)}; |
1412 |
if ( search_index ){ $('#cat-search-block select.advsearch').val(search_index)}; |
1413 |
}); |
1413 |
if ( search_value ){ $('#cat-search-block #search-form').val(search_value)}; |
|
|
1414 |
}); |
1415 |
[% END %] |
1414 |
</script> |
1416 |
</script> |
1415 |
[% END %] |
1417 |
[% END %] |
1416 |
[% INCLUDE 'intranet-bottom.inc' %] |
1418 |
[% INCLUDE 'intranet-bottom.inc' %] |
1417 |
- |
|
|