Call the function that adjusts the displayed column properties
This commit is contained in:
parent
4547c9a7c8
commit
d72f2507bc
@ -46,6 +46,7 @@ AJAX.registerOnload('tbl_structure.js', function() {
|
||||
$('<div id="change_column_dialog"></div>')
|
||||
.html(data.message)
|
||||
.insertBefore('#page_content');
|
||||
PMA_verifyColumnsProperties();
|
||||
}
|
||||
});
|
||||
});
|
||||
@ -65,6 +66,7 @@ AJAX.registerOnload('tbl_structure.js', function() {
|
||||
$('<div id="change_column_dialog"></div>')
|
||||
.html(data.message)
|
||||
.insertBefore('#page_content');
|
||||
PMA_verifyColumnsProperties();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user