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

(-)a/koha-tmpl/intranet-tmpl/prog/js/form-submit.js (-1 / +3 lines)
Lines 30-35 $(document).ready(function () { Link Here
30
                })
30
                })
31
            );
31
            );
32
        });
32
        });
33
        if (form_data.new_tab) {
34
            the_form.attr("target", "_blank");
35
        }
33
        $("body").append(the_form);
36
        $("body").append(the_form);
34
        the_form.submit();
37
        the_form.submit();
35
    });
38
    });
36
- 

Return to bug 37192