Media Grid: after [29566], account for Trash and Delete.

See #28842.


git-svn-id: https://develop.svn.wordpress.org/trunk@29568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-08-21 04:41:01 +00:00
parent f46ef728b5
commit f7c295be3e
1 changed files with 2 additions and 0 deletions

View File

@ -5903,6 +5903,8 @@
library._requery( true ); library._requery( true );
self.controller.trigger( 'selection:action:done' ); self.controller.trigger( 'selection:action:done' );
} ); } );
} else {
this.controller.trigger( 'selection:action:done' );
} }
} }
}).render() ); }).render() );