Skip to content

Commit

Permalink
Merge pull request #361 from Esri/develop
Browse files Browse the repository at this point in the history
Sync with devtopia after R02 release
  • Loading branch information
azizaparveen authored Jun 30, 2023
2 parents edfe343 + 3868d98 commit 2ddcb71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<!-- Bootstrap TouchSpinner CSS -->
<link rel="stylesheet" type="text/css" href="js/vendor/touch-spinner/jquery.bootstrap-touchspin.min.css" />
<!-- 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.43/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.43/esri/css/esri.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.44/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.44/esri/css/esri.css">
<!-- Load any application specific styles -->
<link rel="stylesheet" href="css/main.css">
<link href="css/common.css" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -135,7 +135,7 @@
<script src="js/vendor/table-sorter-2.25.3/table-fixed-header.js" type="text/javascript"></script>
<script type="text/javascript" src="js/vendor/touch-spinner/jquery.bootstrap-touchspin.min.js"></script>
<!-- Load any application specific styles -->
<script type="text/javascript" src="https://js.arcgis.com/3.43/"></script>
<script type="text/javascript" src="https://js.arcgis.com/3.44/"></script>
<script type="text/javascript">
require([
"application/bootstrapper"
Expand Down

0 comments on commit 2ddcb71

Please sign in to comment.