From 61432b77eaaf0af5d25249551f4f52fc7b917088 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 3 Apr 2015 16:03:18 +0530 Subject: [PATCH] bug #4835 PMA_hideShowConnection not called after submit_num_fields Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + js/functions.js | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62c146ba77..67bc4d8779 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ phpMyAdmin - ChangeLog - bug #4822 Compress when php.ini output_buffering is active - bug #4832 Sorting distinct values result loses links - bug #4834 Do not attach token to css requests to improve caching +- bug #4835 PMA_hideShowConnection not called after submit_num_fields 4.4.0.0 (2015-04-01) + rfe #1553 InnoDB presently supports one FULLTEXT index creation at a time diff --git a/js/functions.js b/js/functions.js index 90c5d0ec7b..c65d8e93dd 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2727,6 +2727,7 @@ AJAX.registerOnload('functions.js', function () { $("#page_content").html(data.message); PMA_highlightSQL($('#page_content')); PMA_verifyColumnsProperties(); + PMA_hideShowConnection($('.create_table_form select[name=tbl_storage_engine]')); PMA_ajaxRemoveMessage($msgbox); } else { PMA_ajaxShowMessage(data.error);