diff --git a/ChangeLog b/ChangeLog index 143399804d..514436309e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ phpMyAdmin - ChangeLog - bug #4074 GIS column editor: point not displayed - bug #4109 Drizzle tables in navigation are shown as views - bug #4095 NUL symbols added to the end of database dump file +- bug #4105 More disappears in table Structure 4.0.7.0 (2013-09-23) - bug #3993 Sorting in database overview with statistics doesn't work diff --git a/js/tbl_structure.js b/js/tbl_structure.js index 7b1433ecd8..2eacccad16 100644 --- a/js/tbl_structure.js +++ b/js/tbl_structure.js @@ -67,6 +67,7 @@ AJAX.registerOnload('tbl_structure.js', function() { .append(data.sql_query) .show(); $("#result_query .notice").remove(); + reloadFieldForm(); $form.remove(); PMA_ajaxRemoveMessage($msg); PMA_reloadNavigation(); @@ -362,9 +363,6 @@ function reloadFieldForm(message) { $("#moveColumns").removeClass("move-active"); /* reinitialise the more options in table */ $('#fieldsForm ul.table-structure-actions').menuResizer(PMA_tbl_structure_menu_resizer_callback); - setTimeout(function() { - PMA_ajaxShowMessage(message); - }, 500); }); $('#page_content').show(); }