X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c81261101682106fb5aa240acdaa61c48a7f3363..cca939527d780d2a5c1c152043c789d11d290ad5:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 12a38c819..521d899bd 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -509,7 +509,7 @@ sub header { push @header, "" if $self->{landscape}; push @header, "" if -f $self->{favicon}; push @header, map { qq|| } - qw(jquery common jscalendar/calendar jscalendar/lang/calendar-de jscalendar/calendar-setup part_selection jquery-ui jqModal switchmenuframe); + qw(jquery common jscalendar/calendar jscalendar/lang/calendar-de jscalendar/calendar-setup part_selection jquery-ui jquery.cookie jqModal switchmenuframe); push @header, $self->{javascript} if $self->{javascript}; push @header, map { qq|| } qw(main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header ui-lightness/jquery-ui-1.8.12.custom);