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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-04-03 13:34:08 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-03 13:34:08 +0300
commit0a21c9b097c5dcbf5ecbebc9b240655d93fee96f (patch)
tree4270f5f6303daed6a37dea2d82ffb6ac1beb3b84 /js/functions.js
parent07220f81fe689461aeda906c5897b857546f3ff4 (diff)
parent61432b77eaaf0af5d25249551f4f52fc7b917088 (diff)
Merge branch 'QA_4_4'
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js1
1 files changed, 1 insertions, 0 deletions
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);