CC-3925: Media Library: Please keep staying current page after editing or searching items instead of switching to first page.

-maintains current page after edit metadata
This commit is contained in:
denise 2012-06-05 11:27:17 -04:00
parent 74e9f70506
commit af71a03982
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ function checkImportStatus() {
}
else{
if ($(div).is(':visible')) {
table.fnDraw();
table.fnStandingRedraw();
}
div.hide();
}