Skip to content

Commit

Permalink
Merge pull request #31 from christianbarkowsky/master
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendschlampe committed Apr 28, 2016
2 parents d9d2298 + 74951d1 commit fa1277e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ public function parse($arrAttributes=null)

$this->calendarfieldScript .= "
<script>
$(function() {
!(function($) {
$.datepicker.regional['" . $objPage->language . "'];
$('#ctrl_" . $this->strId . "').datepicker({
" . implode(",\n", $arrCompiledConfig) . "
});
});
})(jQuery);
</script>";

return parent::parse($arrAttributes);
Expand Down

0 comments on commit fa1277e

Please sign in to comment.