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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (+6 lines)
Lines 176-181 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
176
        var MSG_OVERDRIVE_DOWNLOAD_AS = _( "Download as: " );
176
        var MSG_OVERDRIVE_DOWNLOAD_AS = _( "Download as: " );
177
        var MSG_OVERDRIVE_CANNOT_CHECKOUT = _("Item cannot be checked out. There are no available formats");
177
        var MSG_OVERDRIVE_CANNOT_CHECKOUT = _("Item cannot be checked out. There are no available formats");
178
    [% END %]
178
    [% END %]
179
    [% IF (query_desc) %]
180
        var query_desc = "[% query_desc | html %]";
181
        var querystring = "[% querystring | html %]";
182
        var query_cgi = "[% query_cgi | html %]";
183
    [% END %]
184
179
    [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %]
185
    [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %]
180
        $(window).load(function() {
186
        $(window).load(function() {
181
            verify_images();
187
            verify_images();
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-3 lines)
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
- 

Return to bug 25639