Almost completed appending of newly created database to the database table. Still need to get db statistics

This commit is contained in:
ninadsp
2010-08-03 23:28:31 +05:30
parent ab16573b34
commit b99bad8cdd
3 changed files with 44 additions and 5 deletions

View File

@@ -2090,9 +2090,10 @@ $(document).ready(function() {
$("#tabledatabases")
.find('tbody')
.append(data.new_db_string)
.PMA_sort_table('.name');
//PMA_sort_table($("#tabledatabases tbody"), '.name');
.PMA_sort_table('.name')
.find('#db_summary_row')
.appendTo('#tabledatabases tbody')
.removeClass('odd even');
}
else {
PMA_ajaxShowMessage(data.error);