Fix Broken Designer Add Table

Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/14034

Signed-off-by: Saksham Gupta <shucon01@gmail.com>
This commit is contained in:
Saksham Gupta 2018-02-22 03:46:55 +05:30
parent 5c2f63b02b
commit de365e90bf

View File

@ -563,7 +563,7 @@ function Add_Other_db_tables () {
'db' : db,
'table' : table
}, function (data) {
$new_table_dom = $(data.message.substring(98));
$new_table_dom = $(data.message);
$new_table_dom.find('a').first().remove();
$('#container-form').append($new_table_dom);
$('.pmd_tab').on('click','.tab_field_2,.tab_field_3,.tab_field', function () {