From a0a078db2b7f217d38dca4cef5f98d7e30dbe214 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 7 Jun 2012 10:33:00 -0400 Subject: [PATCH] CC-3925: Media Library: Please keep staying current page after editing or searching items instead of switching to first page. -fixed to keep current page after deleting an item --- airtime_mvc/public/js/airtime/library/library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index fd13eeb57..a05445629 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -247,7 +247,7 @@ var AIRTIME = (function(AIRTIME) { alert(json.message); } chosenItems = {}; - oTable.fnDraw(); + oTable.fnStandingRedraw(); }); };