From c5796e912f3a43c091706b9592649cf79e4b80a5 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 1 Apr 2015 11:58:00 +0530 Subject: [PATCH] bug #4825 Datepicker missing when changing number of rows on Insert page Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + js/tbl_change.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b18d5de60e..7d3e049d3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - bug #4805 Inline edit broken when using functions in query - bug #4821 Timed-out import fails to restart when file represented - bug #4754 pMA DB not detected properly +- bug #4825 Datepicker missing when changing number of rows on Insert page 4.4.0.0 (not yet released) + rfe #1553 InnoDB presently supports one FULLTEXT index creation at a time diff --git a/js/tbl_change.js b/js/tbl_change.js index 891632d337..6928d4f658 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -638,9 +638,9 @@ AJAX.registerOnload('tbl_change.js', function () { curr_rows--; } } + // Add all the required datepickers back + addDateTimePicker(); }); - // Add all the required datepickers back - addDateTimePicker(); /** * @var $function_option_dialog object holds dialog for selected function options.