Ticket #28822: 28822.4.diff
| File 28822.4.diff, 556 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/js/media-views.js
4897 4897 selection.single( model ); 4898 4898 return; 4899 4899 } else if ( 'add' === method ) { 4900 selection.add( model ); 4901 selection.single( model ); 4900 if ( this.selected() ) { 4901 selection[ 'remove' ]( model ); 4902 } else { 4903 selection.add( model ); 4904 selection.single( model ); 4905 } 4902 4906 return; 4903 4907 } 4904 4908