diff --git a/ChangeLog b/ChangeLog index dc38db38b6..363c100665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,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 7cfd838c7c..bfd93ae74d 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2726,6 +2726,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);