Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-08-02 16:23:52 +0400
committerMarc Delisle <marc@infomarc.info>2013-08-02 16:23:52 +0400
commit4711126d1232f9937ce70773639d6911db828266 (patch)
tree18e9ce19b6aa3b2696d101ecebd304e539d860bc /js/tbl_structure.js
parent9a076820ffdd37b47ee5a30275f84efdefa75e48 (diff)
Missing hints when changing a column's structure
Diffstat (limited to 'js/tbl_structure.js')
-rw-r--r--js/tbl_structure.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tbl_structure.js b/js/tbl_structure.js
index ef2ce1e5ac..7b1433ecd8 100644
--- a/js/tbl_structure.js
+++ b/js/tbl_structure.js
@@ -90,6 +90,7 @@ AJAX.registerOnload('tbl_structure.js', function() {
$('<div id="change_column_dialog" class="margin"></div>')
.html(data.message)
.insertBefore('#page_content');
+ PMA_showHints();
PMA_verifyColumnsProperties();
} else {
PMA_ajaxShowMessage(PMA_messages['strErrorProcessingRequest'] + " : " + data.error, false);
@@ -116,6 +117,7 @@ AJAX.registerOnload('tbl_structure.js', function() {
.html(data.message)
)
.show();
+ PMA_showHints();
PMA_verifyColumnsProperties();
} else {
$('#page_content').show();