Skip to content

Commit

Permalink
(bug):Fixes a bug in CORS that only allows specific content types, Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
millbj92 committed Aug 18, 2021
1 parent 20eba86 commit 71ab9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{{~> package-dependencies data ~}}
{{/compare}}
{{/unless}}


{{#compare data.context "===" 'miscellaneous-functions'}}
{{~> miscellaneous-functions data ~}}
Expand Down Expand Up @@ -162,8 +162,8 @@

<script src="{{relativeURL data.depth }}js/libs/custom-elements.min.js"></script>
<script src="{{relativeURL data.depth }}js/libs/lit-html.js"></script>
<script type="module" src="{{relativeURL data.depth }}js/menu-wc.js" defer></script>

<script src="{{relativeURL data.depth }}js/menu-wc.js" defer></script>
<script nomodule src="{{relativeURL data.depth }}js/menu-wc_es5.js" defer></script>

<script src="{{relativeURL data.depth }}js/libs/bootstrap-native.js"></script>
Expand Down

0 comments on commit 71ab9d3

Please sign in to comment.