Fix sytax errors in the new TimeField code.
This commit is contained in:
parent
73a95e9627
commit
8a527f830c
1 changed files with 3 additions and 3 deletions
|
|
@ -190,9 +190,9 @@ Set the head tags for this form plugin
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub headTags {
|
sub headTags {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $style = $session->style;
|
my $style = $self->session->style;
|
||||||
my $url = $session->url;
|
my $url = $self->session->url;
|
||||||
$style->setScript($url->extras('inputCheck.js'), { type => 'text/javascript' });
|
$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/connection/connection-min.js'), { type => 'text/javascript'});
|
||||||
$style->setScript($url->extras('yui/build/event/event-min.js'), { type => 'text/javascript' });
|
$style->setScript($url->extras('yui/build/event/event-min.js'), { type => 'text/javascript' });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue