View | Details | Raw Unified | Return to bug 35192
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +1 lines)
Lines 1482-1487 Link Here
1482
                        q_array[x] = q_array[x].toLowerCase();
1482
                        q_array[x] = q_array[x].toLowerCase();
1483
                        var myStopwords = "[% Koha.Preference('NotHighlightedWords') | html %]".toLowerCase().split('|');
1483
                        var myStopwords = "[% Koha.Preference('NotHighlightedWords') | html %]".toLowerCase().split('|');
1484
                        if( $.inArray(q_array[x], myStopwords) == -1 ) {
1484
                        if( $.inArray(q_array[x], myStopwords) == -1 ) {
1485
                            $("#descriptions").highlight(q_array[x]);
1485
                            $(".title").highlight(q_array[x]);
1486
                            $(".title").highlight(q_array[x]);
1486
                            $(".author").highlight(q_array[x]);
1487
                            $(".author").highlight(q_array[x]);
1487
                            $(".results_summary").highlight(q_array[x]);
1488
                            $(".results_summary").highlight(q_array[x]);
1488
- 

Return to bug 35192