don't remove the included js and css lists after generating headers, prevents later code from generating them again
This commit is contained in:
parent
6357356355
commit
90983496ca
1 changed files with 0 additions and 2 deletions
|
|
@ -80,8 +80,6 @@ sub generateAdditionalHeadTags {
|
|||
my $self = shift;
|
||||
my $tags = $self->{_raw};
|
||||
delete $self->{_raw};
|
||||
delete $self->{_javascript};
|
||||
delete $self->{_link};
|
||||
WebGUI::Macro::process($self->session,\$tags);
|
||||
return $tags;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue