]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/do.pl
Vergessenes Semikolon in Inline-JavaScript gefixt.
[mfinanz.git] / bin / mozilla / do.pl
index 26985e278960d12d0fdd9d66d415fccd071f78db..2a9c44272ca2ff1a82f829f5fcc63d4b934579c4 100644 (file)
@@ -302,7 +302,7 @@ sub form_header {
     # emulate click for resubmitting actions
     $dispatch_to_popup  = "document.do.${_}.click(); " for grep { /^action_/ } keys %$form;
   }
-  $::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup})");
+  $::request->{layout}->add_javascripts_inline("\$(function(){$dispatch_to_popup});");
 
 
   my $follow_up_vc                =  $form->{ $form->{vc} eq 'customer' ? 'customer' : 'vendor' };