InteractM

Results 2 issues of InteractM

GitHub example code has issue with days grid on media size 480 (an old Android or iPhone device). Is cutting of on Friday no matter what for inline display

Working code (part of Wordress template) looks like: ``` ``` ``` jQuery(document).ready(function() { jQuery("#dataStart").datepicker({ minDate: '+2d', changeMonth: true, changeYear: true, dateFormat: 'mm/dd/yy', onSelect: function(date){ var dates = date.split('/'); var lastDate...