X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f0043d32b9f730eba6ff0b32d18e0a692ae01e1b..9ad27e65cc381fdba086a926e83ef5789dff7a86:/SL/Layout/None.pm diff --git a/SL/Layout/None.pm b/SL/Layout/None.pm index 971ef857a..4a02d652a 100644 --- a/SL/Layout/None.pm +++ b/SL/Layout/None.pm @@ -14,9 +14,9 @@ sub javascripts_inline { s/y+/yy/gi; } $::myconfig{dateformat}; - return $self->render( + return $self->presenter->render( 'layout/javascript_setup', - { type => 'js', output => 0, }, + { type => 'js' }, datefmt => $datefmt, focus => $::request->layout->focus, ajax_spinner => 1,