Fix sytax errors in the new TimeField code.

This commit is contained in:
Colin Kuskie 2011-03-07 08:31:26 -08:00
parent 73a95e9627
commit 8a527f830c

View file

@ -190,9 +190,9 @@ Set the head tags for this form plugin
=cut
sub headTags {
my $self = shift;
my $style = $session->style;
my $url = $session->url;
my $self = shift;
my $style = $self->session->style;
my $url = $self->session->url;
$style->setScript($url->extras('inputCheck.js'), { type => 'text/javascript' });
$style->setScript($url->extras('yui/build/connection/connection-min.js'), { type => 'text/javascript'});
$style->setScript($url->extras('yui/build/event/event-min.js'), { type => 'text/javascript' });