Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-03-13 19:09:33 +01:00
commit 89d6e725c4

View File

@ -373,7 +373,6 @@ function PMA_addDatepicker($this_element, type, options)
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") {