CC-4866: Library -> Edit metadata -> table does not redraw after

-fixed
This commit is contained in:
denise 2013-01-18 16:40:31 -05:00
parent 58c496ef41
commit b818f1d46e
1 changed files with 1 additions and 0 deletions

View File

@ -1283,6 +1283,7 @@ $(document).ready(function() {
data = $("#edit-md-dialog form").serializeArray();
$.post(baseUrl+'library/edit-file-md', {format: "json", id: file_id, data: data}, function() {
$("#edit-md-dialog").dialog().remove();
oTable.fnStandingRedraw();
});
});