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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-2 / +1 lines)
Lines 12-18 Link Here
12
    }
12
    }
13
</style>
13
</style>
14
14
15
<script type="text/javascript">
15
<script>
16
function doSubmit(op, id) {
16
function doSubmit(op, id) {
17
    $('<input type="hidden"/>')
17
    $('<input type="hidden"/>')
18
    .attr('name', 'op')
18
    .attr('name', 'op')
19
- 

Return to bug 14957