Skip to content

Commit

Permalink
Fixed "# more" which expands to show tags publiclab#8571 (publiclab#8581
Browse files Browse the repository at this point in the history
)

* added a circle+ which expands to show all tags

* Fixed # more link so that it expands to show more tags publiclab#8571

* Fixed # more link so that it expands to show more tags publiclab#8571
  • Loading branch information
nk183 authored and wichanart committed Oct 26, 2021
1 parent 3367f7a commit 19096c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/_tagging.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $(function () {
<% end %>
<script>
$("#tags-open").click(function(){
$("#tags-open, .show-more-tags").click(function(){
$("#tagform").show();
$("#tags-open").hide();
$('.more-tags').show();
Expand Down

0 comments on commit 19096c5

Please sign in to comment.