Skip to content

Commit

Permalink
Update from Shopify for theme dawn/misha-puff-main
Browse files Browse the repository at this point in the history
Committed from shop: Misha & Puff
  • Loading branch information
shopify[bot] committed Jun 6, 2024
1 parent bda5857 commit ede0e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snippets/shoplift.checkout.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- 2024-06-06T15:07:10.6328720Z -->

Check warning on line 1 in snippets/shoplift.checkout.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

snippets/shoplift.checkout.liquid#L1

[UnusedSnippet] This snippet is not used
<style>.shoplift-hide { opacity: 0 !important; }</style>
<script type="text/javascript">(function(rootPath, template, isThemePreview){ function waitForElement(e){return new Promise(s=>{const t=document.querySelector(e);if(t){s(t);return}const i=new MutationObserver(o=>{const r=document.querySelector(e);if(r){i.disconnect(),s(r);return}});i.observe(document.documentElement,{childList:!0,subtree:!0})})}function clearThemeBar(){waitForElement("#preview-bar-iframe").then(e=>e.remove()).catch(e=>console.error(e))}clearThemeBar(); })("{{routes.root_url}}", { suffix: "{{ template.suffix }}", type: "{{ template.name }}" }, {% if content_for_header contains "previewBarInjector.init();" %}true{% else %}false{% endif %})</script>

Check notice on line 3 in snippets/shoplift.checkout.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

snippets/shoplift.checkout.liquid#L3

[SpaceInsideBraces] Space missing after '{{'

Check notice on line 3 in snippets/shoplift.checkout.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

snippets/shoplift.checkout.liquid#L3

[SpaceInsideBraces] Space missing before '}}'

0 comments on commit ede0e14

Please sign in to comment.