From f6803a59e0d63856972f4019f47277a5de7719c7 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Fri, 13 Mar 2015 23:39:18 +0530 Subject: [PATCH] datepicker: remove on close inline Signed-off-by: Atul Pratap Singh --- js/functions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index ff93c9b165..7f3dcb28d4 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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") {