X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f585108059cb520c2ebf26a96f2883343f70036b..8abd9ce32e946691e0953f9a8e2c183183d7854e:/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); }