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 228b8c9216
commit 726707dd2e

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;