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 189-194 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
189
        var MSG_OVERDRIVE_DOWNLOAD_AS = _( "Download as: " );
189
        var MSG_OVERDRIVE_DOWNLOAD_AS = _( "Download as: " );
190
        var MSG_OVERDRIVE_CANNOT_CHECKOUT = _("Item cannot be checked out. There are no available formats");
190
        var MSG_OVERDRIVE_CANNOT_CHECKOUT = _("Item cannot be checked out. There are no available formats");
191
    [% END %]
191
    [% END %]
192
    [% IF (query_desc) %]
193
        var query_desc = "[% query_desc | html %]";
194
        var querystring = "[% querystring | html %]";
195
        var query_cgi = "[% query_cgi | html %]";
196
    [% END %]
197
192
    [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %]
198
    [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %]
193
        $(window).load(function() {
199
        $(window).load(function() {
194
            verify_images();
200
            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