Skip to content

Commit

Permalink
Fix #752, make the new groups properly identified
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Mar 18, 2019
1 parent ad2cb73 commit 4414cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/tag_header_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ used for _tag_header partial

var new_group = placeholder.clone();
dt = $("<dt />").append(new_group);
dt.addClass("inner_group_dt");
dt.appendTo(toplevel_dl);
dt.fadeIn('fast');
}
Expand Down

0 comments on commit 4414cad

Please sign in to comment.