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 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
- 

Return to bug 25639