Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
DzilJalal committed Oct 12, 2021
1 parent c397a68 commit a0102eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/yii2-dynamic-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@
}

// JUI Datepicker
/*$( ".picker" ).each(function() {
$( ".picker" ).each(function() {
$( this ).datepicker({
dateFormat : 'dd-mm-yy',
language : 'en',
});
});*/
});

// "kartik-v/yii2-widget-datepicker"
var datePickers = $(widgetOptionsRoot.widgetItem).find('[data-krajee-kvdatepicker]');
Expand Down

0 comments on commit a0102eb

Please sign in to comment.