Fixed bug in check index type in initiation

This commit is contained in:
Thilanka Kaushalya 2011-07-11 11:03:35 +05:30
parent 673ed34d94
commit 3d7cfa7b97

View File

@ -280,6 +280,7 @@ $(document).ready(function() {
//Remove the top menu container from the dialog
.find("#topmenucontainer").hide()
; // end dialog options
checkIndexType();
checkIndexName("index_frm");
}
PMA_ajaxRemoveMessage($msgbox);