@@ -154,9 +154,9 @@ var Admin = {
jQuery(subject).on('click', '.sonata-collection-delete', function(event) {
Admin.stopEvent(event);
- jQuery(this).closest('.sonata-collection-row').remove();
-
jQuery(this).trigger('sonata-collection-item-deleted');
+
+ jQuery(this).closest('.sonata-collection-row').remove();
});
},