X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Foe.pl;h=3908f74351be408abf9a150aa6ff47d954bfef82;hb=b6cc210659f5ed09f22de0b5985c62457ec634ac;hp=0bcb897bf98c446facfb361ab7fe7d92a46b4e8c;hpb=ddb162b67dbd1c97df9a6f60608dd7cd0ff6f811;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 0bcb897bf..3908f7435 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -409,7 +409,6 @@ sub form_header { } elsif ($form->{resubmit}) { # emulate click for resubmitting actions $dispatch_to_popup = "document.oe.${_}.click(); " for grep { /^action_/ } keys %$form; - $dispatch_to_popup .= "document.oe.submit();"; } elsif ($creditwarning) { $::request->{layout}->add_javascripts_inline("alert('$credittext')"); }