Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4
This commit is contained in:
commit
9f7e790c30
@ -367,9 +367,13 @@ function PMA_addDatepicker($this_element, type, options)
|
||||
$('#ui-timepicker-div').css('z-index', $('#ui-datepicker-div').css('z-index'));
|
||||
}, 0);
|
||||
},
|
||||
onSelect: function() {
|
||||
$this_element.data('datepicker').inline = true;
|
||||
},
|
||||
onClose: function (dateText, dp_inst) {
|
||||
// The value is no more from the date picker
|
||||
$this_element.data('comes_from', '');
|
||||
$this_element.data('datepicker').inline = false;
|
||||
}
|
||||
};
|
||||
if (type == "datetime" || type == "timestamp") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user