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