|
@@ -969,6 +969,11 @@
|
|
|
$('td.day[data-date="{{$milliseconds}}"]:visible').first().click();
|
|
|
}
|
|
|
|
|
|
+ // autoload appts for today (if current month)
|
|
|
+ if($('td.ui-datepicker-today').length) {
|
|
|
+ $('td.ui-datepicker-today').first().click();
|
|
|
+ }
|
|
|
+
|
|
|
this.appointmentsLoaded = true;
|
|
|
}, 'json');
|
|
|
},
|