Lines 884-891
$(document).ready(function(){
Link Here
|
884 |
[% END %] |
884 |
[% END %] |
885 |
|
885 |
|
886 |
[% IF ( query_desc ) %] |
886 |
[% IF ( query_desc ) %] |
887 |
var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; |
|
|
888 |
var querystring = "[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; |
889 |
[% IF ( OpacHighlightedWords ) %] |
887 |
[% IF ( OpacHighlightedWords ) %] |
890 |
q_array = query_desc.split(" "); |
888 |
q_array = query_desc.split(" "); |
891 |
// ensure that we don't have "" at the end of the array, which can |
889 |
// ensure that we don't have "" at the end of the array, which can |
892 |
- |
|
|