]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Auftrags-Controller: before-run-hook deutlicher benannt
[mfinanz.git] / SL / Form.pm
index e0bff1b402380043d8a1f99ad941c1917a6193a8..a0e7856aeef90d13836f55d812f56c92e2cbf369 100644 (file)
@@ -436,6 +436,8 @@ sub header {
     common part_selection
   ), "jquery/ui/i18n/jquery.ui.datepicker-$::myconfig{countrycode}");
 
+  $layout->use_javascript("$_.js") for @{ $params{use_javascripts} // [] };
+
   $self->{favicon} ||= "favicon.ico";
   $self->{titlebar} = join ' - ', grep $_, $self->{title}, $self->{login}, $::myconfig{dbname}, $self->read_version if $self->{title} || !$self->{titlebar};