Skip to content

Commit b471d34

Browse files
authored
Merge pull request #302 from nimbinatus/patch-layouts
Removing polyfills from layout templates
2 parents 3031b0d + ca577f3 commit b471d34

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/components/layouts/horizontal-layout-template.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ <h2>Right Panel</h2>
9696
{% include 'partials/footer_legal.njk' %}
9797
</footer>
9898

99-
<!-- FIXME: point to HelixUI polyfills in node_modules/helix-ui -->
100-
<script src="dist/scripts/helix-ui.polyfills.min.js"></script>
101-
10299
<!-- intelligently load ES5 Adapter (if needed) -->
103100
<span id="ce-es5-adapter">
104101
<script>

docs/components/layouts/vertical-layout-template.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ <h1>Page Content</h1>
9191
{% include 'partials/footer_legal.njk' %}
9292
</footer>
9393

94-
<!-- FIXME: point to HelixUI polyfills in node_modules/helix-ui -->
95-
<script src="dist/scripts/helix-ui.polyfills.min.js"></script>
96-
9794
<!-- intelligently load ES5 Adapter (if needed) -->
9895
<span id="ce-es5-adapter">
9996
<script>

0 commit comments

Comments
 (0)