0.0.258
This commit is contained in:
8
static/js/datarangepicker.js
Normal file
8
static/js/datarangepicker.js
Normal file
File diff suppressed because one or more lines are too long
@@ -79,6 +79,8 @@ $(function() {
|
||||
// $('#displayRegervation').text('Registration date is: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD'));
|
||||
// $('#regervation')[0].dataset['departure_DT'] = start.format('YYYY-MM-DD');
|
||||
// $('#regervation')[0].dataset['arrival_DT'] = end.format('YYYY-MM-DD');
|
||||
|
||||
|
||||
});
|
||||
|
||||
$(`${place_1.id} .drp-calendar.right`).hide();
|
||||
@@ -92,4 +94,5 @@ $(function() {
|
||||
el.addClass('next available');
|
||||
el.append('<span></span>');
|
||||
});
|
||||
|
||||
});
|
||||
@@ -756,6 +756,7 @@ $.fn.rangeCalendar = function(options) {
|
||||
return this.data("rangeCalendar");
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
} )( jQuery, window );
|
||||
|
||||
Reference in New Issue
Block a user