Skip to content

Commit

Permalink
update to 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyhutchins committed Sep 20, 2017
1 parent 3d08bbd commit 53c8343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/>
<meta property="og:image" content="http://www.arcgis.com/apps/OnePane/storytelling_basic/images/esriGlobeLogow.png" />

<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/themes/calcite/dijit/calcite.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/themes/calcite/esri/esri.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.22/esri/themes/calcite/dijit/calcite.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.22/esri/themes/calcite/esri/esri.css">
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/main.css">
</head>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2 id="subtitle" class="ac"></h2>
dojoConfig.locale = RegExp.$1;
}
</script>
<script type="text/javascript" src="https://js.arcgis.com/3.21/"></script>
<script type="text/javascript" src="https://js.arcgis.com/3.22/"></script>
<script type="text/javascript">
require([
"config/templateConfig",
Expand Down

0 comments on commit 53c8343

Please sign in to comment.