Skip to content

Commit

Permalink
Fix the Content API module on IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gomez committed Oct 2, 2019
1 parent 158b22b commit 7ee9cea
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 511 deletions.
1 change: 1 addition & 0 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
{{> footer}}

{{!-- Common scripts shared between pages --}}
<script defer src="https://unpkg.com/@tryghost/content-api@1.2.7/umd/content-api.min.js"></script>
<script defer src="{{asset "js/manifest.js"}}"></script>
<script defer src="{{asset "js/polyfill.js"}}"></script>
<script defer src="{{asset "js/vendor.js"}}"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.4.2"
"version": "0.4.3"
}
1 change: 0 additions & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import $ from 'jquery'
import slick from 'slick-carousel'
import tippy from 'tippy.js'
import AOS from 'aos'
import GhostContentAPI from '@tryghost/content-api'
import Fuse from 'fuse.js'

$(document).ready(() => {
Expand Down
Loading

0 comments on commit 7ee9cea

Please sign in to comment.