From 3d7cfa7b979178dafb3b7e87928d9b94ec87331a Mon Sep 17 00:00:00 2001 From: Thilanka Kaushalya Date: Mon, 11 Jul 2011 11:03:35 +0530 Subject: [PATCH] Fixed bug in check index type in initiation --- js/tbl_structure.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tbl_structure.js b/js/tbl_structure.js index c58bd5443a..5a56d40aef 100644 --- a/js/tbl_structure.js +++ b/js/tbl_structure.js @@ -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);