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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-2 / +4 lines)
Lines 7-14 Link Here
7
<script type="text/javascript">
7
<script type="text/javascript">
8
//<![CDATA[
8
//<![CDATA[
9
$(document).ready(function() {
9
$(document).ready(function() {
10
    [% IF tablename.default == 'biblio' %]
11
        $("#tablename option:first").attr('selected','selected');
12
    [% END %]
10
    $('#tablename').change(function() {
13
    $('#tablename').change(function() {
11
            $('#koha2marc').submit();
14
        $('#koha2marc').submit();
12
    });
15
    });
13
});
16
});
14
//]]>
17
//]]>
15
- 

Return to bug 15965