Commit e6562b974a70e061771181bc0f00f2405e18c2e7
1 parent
7c58b78e
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix block store responsiveness
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/javascripts/block-store.js
| ... | ... | @@ -21,6 +21,7 @@ function stopDragBlock() { |
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | function initBlockStore() { |
| 24 | + jQuery('#block-store').show(); | |
| 24 | 25 | var store = jQuery('#block-store #block-types').slick({ |
| 25 | 26 | infinite: false, |
| 26 | 27 | dots: true, |
| ... | ... | @@ -45,6 +46,5 @@ function initBlockStore() { |
| 45 | 46 | } |
| 46 | 47 | ] |
| 47 | 48 | }); |
| 48 | - jQuery('#block-store').show(); | |
| 49 | 49 | jQuery('#block-store #block-store-filter').keyup(filterBlocks); |
| 50 | 50 | } | ... | ... |