Skip to content

Commit

Permalink
v.3.22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyhutchins committed Sep 20, 2017
1 parent df0530e commit 48ca667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- End Responsive -->
<!-- Use protocol relative urls that way if the browser is viewing the page via HTTPS the js/css file will be requested using the HTTPS protocol -->
<link rel="stylesheet" href="https://js.arcgis.com/3.21/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/css/esri.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.22/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.22/esri/css/esri.css">
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/main.css">
</head>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h1 id="elevTitle" class="fg"></h1>
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 All @@ -121,4 +121,4 @@ <h1 id="elevTitle" class="fg"></h1>
</script>
</body>

</html>
</html>

0 comments on commit 48ca667

Please sign in to comment.