Skip to content

Commit

Permalink
Update from Shopify for theme sneakerlab/trunk
Browse files Browse the repository at this point in the history
Committed from shop: Sneaker Lab 2022
  • Loading branch information
shopify[bot] committed Oct 12, 2023
1 parent ab749ba commit ac47918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions layout/theme.shogun.landing.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ This file can be re-written at any time.
</script>
<script>
window.shopUrl = '{{ request.origin }}';
window.routes = {
cart_add_url: '{{ routes.cart_add_url }}',
Expand All @@ -178,6 +179,7 @@ This file can be re-written at any time.
playSlideshow: `{{ 'sections.slideshow.play_slideshow' | t }}`,
}
</script>
<script src="{{ 'predictive-search.js' | asset_url }}" defer="defer"></script>
<style type="text/css">
Expand Down
6 changes: 3 additions & 3 deletions sections/ticker.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
{{ section.settings.enable_ticker }}
</div>
{% if section.settings.enable_ticker %}
<div class="ticker-wrapper">{{ section.settings.enable_ticker }} HIII</div>
{% endif %}

{% schema %}
{
Expand Down

0 comments on commit ac47918

Please sign in to comment.