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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 896-903 Using this account is not recommended because some parts of Koha will not functi Link Here
896
        });
896
        });
897
        //]]>
897
        //]]>
898
    </script>
898
    </script>
899
    [% IF Koha.Preference('OverDriveCirculation') %]
899
    <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive.js"></script>
900
    <script type="text/javascript" src="[% interface %]//[% theme %]/js/overdrive.js"></script>
900
    [% IF ( OverDriveCirculation ) %]
901
    <script type="text/JavaScript">
901
    <script type="text/JavaScript">
902
    $(document).ready(function() {
902
    $(document).ready(function() {
903
        [% IF ( overdrive_error ) %]
903
        [% IF ( overdrive_error ) %]
904
- 

Return to bug 18160