]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ca.pl
Aufrufe von focus() entfernt.
[mfinanz.git] / bin / mozilla / ca.pl
index b22ed29cd5bc60aa096372a13f6e163eff3bde8e..4cababbe641bb6ee8729418c96405268fc037914 100644 (file)
@@ -154,11 +154,8 @@ sub list {
 
   $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}";
 
 
   $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}";
 
-  my $onload = qq|focus()|;
-
   $::form->header;
   print $::form->parse_html_template('ca/list', {
   $::form->header;
   print $::form->parse_html_template('ca/list', {
-    onload => $onload,
     year => DateTime->today->year,
     cash => $::instance_conf->get_accounting_method eq 'cash',
   });
     year => DateTime->today->year,
     cash => $::instance_conf->get_accounting_method eq 'cash',
   });