Skip to content

Commit

Permalink
Update _tags.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Sep 8, 2020
1 parent afd669f commit ca2eb96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/tag/_tags.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
$('.show-more-tags').click(function showMoreTags() {
$('.more-tags').show();
$('.show-more-tags').hide();
$("#tagform").show();
$("#tags-open").hide();
$(".tag-input").focus();
});
})();
</script>
Expand Down

0 comments on commit ca2eb96

Please sign in to comment.