From: Sven Schöling Date: Fri, 9 Mar 2012 15:30:00 +0000 (+0100) Subject: form->{javascript} im header einbinden X-Git-Tag: release-3.0.0beta1~345^2~8 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ffcac56036133de97babf398d80f1b764c4e15c8;p=kivitendo-erp.git form->{javascript} im header einbinden --- diff --git a/SL/Form.pm b/SL/Form.pm index d171e8739..318cc1780 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -507,6 +507,7 @@ sub header { 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); + 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); push @header, map { qq|| }