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