/favorite_groups: add search, creators, timestamps, edit/delete links.
This commit is contained in:
2
app/views/favorite_groups/destroy.js.erb
Normal file
2
app/views/favorite_groups/destroy.js.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
$("tr#favorite-group-<%= @favorite_group.id %>").remove();
|
||||
Danbooru.notice("Favorite group deleted.");
|
||||
Reference in New Issue
Block a user