Skip to content

Commit

Permalink
Add html5shiv/respond.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Oct 29, 2015
1 parent 807b3b6 commit 21002a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h4>Demo:</h4>
});

$('input[name="datefilter"]').on('apply.daterangepicker', function(ev, picker) {
$('input[name="datefilter"]').val(picke.startDate.format('MM/DD/YYYY') + ' - ' + picker.endDate.format('MM/DD/YYYY'));
$('input[name="datefilter"]').val(picker.startDate.format('MM/DD/YYYY') + ' - ' + picker.endDate.format('MM/DD/YYYY'));
});

$('input[name="datefilter"]').on('cancel.daterangepicker', function(ev, picker) {
Expand Down

0 comments on commit 21002a8

Please sign in to comment.