From b818f1d46eb371fba89a50bb7efddc2048cbd15e Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 18 Jan 2013 16:40:31 -0500 Subject: [PATCH] CC-4866: Library -> Edit metadata -> table does not redraw after -fixed --- airtime_mvc/public/js/airtime/library/library.js | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index 9afae25bd..ed28d0c53 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -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(); }); });