X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2737667aa9394428f885187928509e7c5d0ec4d4..c2b696438dc7c9e4b0bc7644f73604ccfdb22ee7:/SL/Controller/CustomVariableConfig.pm diff --git a/SL/Controller/CustomVariableConfig.pm b/SL/Controller/CustomVariableConfig.pm index d87b8ac92..b366ffbf2 100644 --- a/SL/Controller/CustomVariableConfig.pm +++ b/SL/Controller/CustomVariableConfig.pm @@ -64,7 +64,6 @@ sub show_form { split m/;/, ($self->config->flags || '') ]); - $::request->layout->focus('#config_name'); $self->render('custom_variable_config/form', %params); }