Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
Remove fragment meta tag and update JavaScript API.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylvia committed Jun 18, 2018
1 parent d5a16f1 commit 125a0ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<meta name="fragment" content="!">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -115,7 +114,7 @@
<script type="text/javascript">
var app = {
version: '<%= versionStr %>',
pathJSAPI: 'https://js.arcgis.com/3.24/'
pathJSAPI: 'https://js.arcgis.com/3.25/'
};
</script>
<script type="text/javascript" src="<%= pathMods.resourcePath %>app/main-config<%= pathMods.minPath %>.js"></script>
Expand Down

0 comments on commit 125a0ac

Please sign in to comment.