Skip to content

Commit

Permalink
[SD-581] Fixes filters/sorting menus not opening on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
aplegatt authored and damianlegawiec committed Nov 22, 2019
1 parent f1e9399 commit 41fb9df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(function() {
Spree.ready(function($) {
$('#sort-by-overlay-show-button').click(function() { $('#sort-by-overlay').show() })
$('#sort-by-overlay-hide-button').click(function() { $('#sort-by-overlay').hide() })

Expand Down

0 comments on commit 41fb9df

Please sign in to comment.