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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt (-1 / +6 lines)
Lines 59-66 $(document).ready(function() { Link Here
59
    });
59
    });
60
});
60
});
61
//]]>
61
//]]>
62
62
</script>
63
</script>
64
[% IF ( opacuserjs ) %]<script type="text/javascript">[% opacuserjs %]</script>[% END %]
65
66
63
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
67
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/sco.css" />
68
[% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
69
64
</head>
70
</head>
65
<body onload="dofocus();">
71
<body onload="dofocus();">
66
72
67
- 

Return to bug 7953