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 4c6a270 commit 73a1d00
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 @@ -34,7 +34,7 @@
}
{%- endstyle -%}

<script src="{{ 'date.min.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'date.min.js' | asset_url }}"></script>

Check failure on line 37 in sections/main-product.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-product.liquid#L37

[ParserBlockingJavaScript] Missing async or defer attribute on script tag
<script src="{{ 'product-info.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'product-form.js' | asset_url }}" defer="defer"></script>
{%- if product.quantity_price_breaks_configured? -%}
Expand Down

0 comments on commit 73a1d00

Please sign in to comment.