Skip to content

Commit

Permalink
Update behavior.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saharin88 committed Apr 25, 2017
1 parent 065ebcb commit 593001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/html/behavior.php
Expand Up @@ -580,7 +580,7 @@ public static function calendar()

JHtml::_('stylesheet', 'system/calendarjos.css', array('version' => 'auto', 'relative' => true), $attribs);
JHtml::_('script', $tag . '/calendar.js', array('version' => 'auto', 'relative' => true));
JHtml::_('script', $tag . '/calendarsetup.js', array('version' => 'auto', 'relative' => true));
JHtml::_('script', $tag . '/calendar-setup.js', array('version' => 'auto', 'relative' => true));

$translation = static::calendartranslation();

Expand Down

0 comments on commit 593001f

Please sign in to comment.