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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-2 / +1 lines)
Lines 187-193 $( document ).ready( function() { Link Here
187
    [% IF ( overdrive_error ) %]
187
    [% IF ( overdrive_error ) %]
188
    KOHA.OverDriveCirculation.display_error("#breadcrumbs", "[% overdrive_error.dquote %]");
188
    KOHA.OverDriveCirculation.display_error("#breadcrumbs", "[% overdrive_error.dquote %]");
189
    [% END %]
189
    [% END %]
190
    [% IF ( loggedinusername ) %]
190
    [% IF ( loggedinusername and OverDriveCirculation ) %]
191
    KOHA.OverDriveCirculation.with_account_details("#breadcrumbs", function() {
191
    KOHA.OverDriveCirculation.with_account_details("#breadcrumbs", function() {
192
        search( 0 );
192
        search( 0 );
193
    });
193
    });
194
- 

Return to bug 20686