mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix unable to re-open datepicker after clicking 'today'
This commit is contained in:
parent
e214a7153c
commit
47198549f7
@ -168,6 +168,11 @@ String: A string in the user\'s date format, or a relative date. Relative dates
|
||||
}
|
||||
|
||||
},0);
|
||||
})
|
||||
.datepicker('option','onClose', function(dateText, inst) {
|
||||
// Lose focus, avoids an issue with focus
|
||||
// not allowing datepicker to re-open
|
||||
inst.input.blur();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user