Skip to content

Commit

Permalink
3.19 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Horiatu authored Feb 21, 2017
1 parent a795eec commit 67e0ce1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
<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="//js.arcgis.com/3.13/esri/css/calcite/calcite.css">
<!-- <link rel="stylesheet" href="//js.arcgis.com/3.13/dijit/themes/claro/claro.css"> -->

<link rel="stylesheet" href="//js.arcgis.com/3.13/esri/css/esri.css">
<link rel="stylesheet" href="//js.arcgis.com/3.19/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="//js.arcgis.com/3.19/esri/css/esri.css">
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles1.css">
Expand Down Expand Up @@ -115,8 +114,7 @@ <h1 id="panelText" class="fc" style="flex:1">&nbsp;</h1>
}]
};
</script>
<script type="text/javascript" src="//js.arcgis.com/3.13/"></script>
<!-- <script type="text/javascript" src="js/autologin.js"></script> -->
<script src="//js.arcgis.com/3.19/" type="text/javascript" data-dojo-config="async:true, parseOnLoad:false"></script>

<script type="text/javascript">
require([
Expand Down

0 comments on commit 67e0ce1

Please sign in to comment.