X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ba7276fa911871e2dcbb1fbc19e1ba4ce20ac658..a068401e5840f1748bd79afb0af6bd963badf3f1:/bin/mozilla/oe.pl diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index c7309dc86..5df518fc7 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')"); }