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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 9-15 Link Here
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
10
<script type="text/javascript">
10
<script type="text/javascript">
11
//<![CDATA[
11
//<![CDATA[
12
if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }
12
[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% END %]
13
[% IF ( UseTablesortForCirc ) %]$.tablesorter.addParser({
13
[% IF ( UseTablesortForCirc ) %]$.tablesorter.addParser({
14
    id: 'articles',
14
    id: 'articles',
15
    is: function(s) {return false;  },
15
    is: function(s) {return false;  },
16
- 

Return to bug 6244