Skip to content

Commit d852d2c

Browse files
author
dorgan@donaldorgan.com
committed
Quick tweak to stop datepicker from showing on disabled datepickers
1 parent a095f47 commit d852d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/androLib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15161,7 +15161,7 @@ function hDetailFromAHCols($ahcols,$name,$tabindex,$display='') {
1516115161
}
1516215162

1516315163
if ($ahcol['type_id'] == 'date') {
15164-
jqDocReady( "$('.datepicker').each(
15164+
jqDocReady( "$('input[data-date-format]').each(
1516515165
function() {
1516615166
if ($(this).attr('readonly') == '') {
1516715167
$(this).datepicker().on('changeDate',function() {

0 commit comments

Comments
 (0)