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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-4 / +2 lines)
Lines 15-23 div#result { margin-top: 1em; } Link Here
15
15
16
    // When submiting the form
16
    // When submiting the form
17
    function mergeformsubmit() {
17
    function mergeformsubmit() {
18
        $("ul#ulrecord1").remove();
18
        $('#tabs').remove();
19
        $("ul#ulrecord2").remove();
19
    }
20
}
21
20
22
$(document).ready(function(){
21
$(document).ready(function(){
23
    // Getting marc structure via ajax
22
    // Getting marc structure via ajax
24
- 

Return to bug 15358