Просмотр исходного кода

Event on "this" can't triggered on deleted element

Benoît Lévêque 9 лет назад
Родитель
Сommit
bd5d9f699f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Resources/public/Admin.js

+ 1 - 1
Resources/public/Admin.js

@@ -359,7 +359,7 @@ var Admin = {
 
             jQuery(this).closest('.sonata-collection-row').remove();
 
-            jQuery(this).trigger('sonata-collection-item-deleted-successful');
+            jQuery(document).trigger('sonata-collection-item-deleted-successful');
         });
     },