Skip to content

Commit

Permalink
Merge pull request #729 from cmv/feature/update-to-esri-jsapi-3.21
Browse files Browse the repository at this point in the history
Update to Esri JS API upcoming version 3.21
  • Loading branch information
DavidSpriggs authored Jun 20, 2017
2 parents a57d640 + 2e4e23b commit eed8fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="author" content="cmv.io">
<link rel="shortcut icon" href="./favicon.png">
<title>Configurable Map Viewer</title>
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.20compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.21compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="css/theme/flat/flat.css">
<link rel="stylesheet" type="text/css" href="css/cmv-theme-overrides.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down Expand Up @@ -50,7 +50,7 @@
<!--[if lt IE 9]>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
<![endif]-->
<script src="https://js.arcgis.com/3.20compact/"></script>
<script src="https://js.arcgis.com/3.21compact/"></script>
<script src="js/config/app.js"></script>
</body>
</html>

0 comments on commit eed8fac

Please sign in to comment.