Skip to content

Commit

Permalink
Revert "3.19 (#5)"
Browse files Browse the repository at this point in the history
This reverts commit 67e0ce1.
  • Loading branch information
Horiatu committed Mar 2, 2017
1 parent 8668cfe commit 137cffc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
<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.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">
<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">
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/styles1.css">
Expand Down Expand Up @@ -114,7 +115,8 @@ <h1 id="panelText" class="fc" style="flex:1">&nbsp;</h1>
}]
};
</script>
<script src="//js.arcgis.com/3.19/" type="text/javascript" data-dojo-config="async:true, parseOnLoad:false"></script>
<script type="text/javascript" src="//js.arcgis.com/3.13/"></script>
<!-- <script type="text/javascript" src="js/autologin.js"></script> -->

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

0 comments on commit 137cffc

Please sign in to comment.