Skip to content

Commit

Permalink
Fix url of ios-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigocam committed Jun 24, 2019
1 parent bdeb75f commit 396b211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARte/core/static/js/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isIos = () => {
}

if (isIos()) {
document.getElementById("manifest").href = "static/ios-manifest.json";
document.getElementById("manifest").href = "/static/ios-manifest.json";
const browser = bowser.getParser(window.navigator.userAgent)
const isValidBrowser = browser.satisfies({
safari: ">=9"
Expand Down

0 comments on commit 396b211

Please sign in to comment.