Merge remote-tracking branch 'origin/pull/14035'

This commit is contained in:
Michal Čihař 2018-03-01 07:56:35 +01:00
commit 344c0ac849

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);
$('.designer_tab').on('click','.tab_field_2,.tab_field_3,.tab_field', function () {