There is no local check to see if Form headTags have been sent yet.

This commit is contained in:
Colin Kuskie 2010-09-17 14:17:00 -07:00
parent 5c355c66a7
commit d3e83ba354

View file

@ -135,7 +135,6 @@ Add JS.
sub headTags {
my $self = shift;
return if $self->headTagsSent;
$self->session->style->setScript($self->session->url->extras('addHTTP.js'),{ type=>'text/javascript' });
$self->SUPER::headTags();
return;