Total Complexity | 2 |
Complexity/F | 1 |
Lines of Code | 11 |
Function Count | 2 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | ( function( $ ) { |
||
2 | |||
3 | $( document ).ready(function() { |
||
4 | $( '#search_id-search-date-input' ).datepicker({ |
||
5 | changeMonth: true, |
||
6 | changeYear: true, |
||
7 | dateFormat: 'yy-mm-dd' |
||
8 | }); |
||
9 | }); |
||
10 | |||
11 | })( jQuery ); |