Skip to content

Commit

Permalink
Typo... refs #2905
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Oct 16, 2017
1 parent 9ea5ecd commit 5e22592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/html.class.php
Expand Up @@ -2590,7 +2590,7 @@ static function showDateField($name, $options = []) {
$js .= ",dateFormat: '".$format."'";

$js .= "}).next('.ui-datepicker-trigger').addClass('pointer');";
$js .= ")};";
$js .= "});";
$output .= Html::scriptBlock($js);

if ($p['display']) {
Expand Down

0 comments on commit 5e22592

Please sign in to comment.