Skip to content

Commit

Permalink
Estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
atriantas committed May 24, 2024
1 parent 120c5c1 commit 48aeb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<script src="{{ 'product-info.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'product-form.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'date.min.js' | asset_url }}"></script>
<script src="{{ 'date.min.js' | asset_url }}" defer="defer"></script>
{%- if product.quantity_price_breaks_configured? -%}
<script src="{{ 'show-more.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'price-per-item.js' | asset_url }}" defer="defer"></script>
Expand Down

0 comments on commit 48aeb55

Please sign in to comment.