fixing a couple cosmetic bugs
This commit is contained in:
parent
03adcc54c5
commit
44a182ee0d
2 changed files with 1 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ URL to the javascript to include in the page's header tags.
|
|||
sub process {
|
||||
my $session = shift;
|
||||
$session->style->setScript(shift,{type=>'text/javascript'});
|
||||
return undef;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -215,9 +215,6 @@ if ($self->session->user->isInGroup(2)) {
|
|||
WebGUI::Macro::process($self->session,\$output);
|
||||
my $macroHeadTags = $self->generateAdditionalHeadTags();
|
||||
$output =~ s/\<\!--morehead--\>/$macroHeadTags/;
|
||||
# if ($self->session->errorHandler->canShowDebug()) {
|
||||
# $output .= $self->session->errorHandler->showDebug();
|
||||
# }
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue