Skip to content

Commit

Permalink
Update the ESRI JavaScript API to version 3.15
Browse files Browse the repository at this point in the history
The api is available now for testing.
The official release is not expected for a few weeks.
  • Loading branch information
tmcgee committed Nov 6, 2015
1 parent 711693a commit c9e0b0c
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="//js.arcgis.com/3.14compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="//js.arcgis.com/3.15compact/esri/css/esri.css">
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/theme/dbootstrap/dbootstrap.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
Expand Down Expand Up @@ -41,7 +41,7 @@
<!--[if lt IE 9]>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
<![endif]-->
<script src="//js.arcgis.com/3.14compact/"></script>
<script src="//js.arcgis.com/3.15compact/"></script>
<script src="js/config/app.js"></script>
</body>
</html>

0 comments on commit c9e0b0c

Please sign in to comment.