Skip to content

Commit

Permalink
3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Dec 8, 2014
1 parent 349a582 commit 2338327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta property="og:site_name" content="esri" />
<!-- End Facebook -->
<!--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" type="text/css" href="//jsdev.arcgis.com/3.12/esri/css/esri.css" />
<link rel="stylesheet" type="text/css" href="//js.arcgis.com/3.12/esri/css/esri.css" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:300,400,700" />
<!--Load any application specific styles-->
<link rel="stylesheet" type="text/css" href="css/dijit.css" />
Expand Down Expand Up @@ -110,7 +110,7 @@
}]
};
</script>
<script type="text/javascript" src="//jsdev.arcgis.com/3.12/init.js"></script>
<script type="text/javascript" src="//js.arcgis.com/3.12/init.js"></script>
<script type="text/javascript">
require([
"application/templateOptions",
Expand Down
2 changes: 1 addition & 1 deletion oauth-callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
font-size: 14px;
}
</style>
<script type="text/javascript" src="//jsdev.arcgis.com/3.12/init.js"></script>
<script type="text/javascript" src="//js.arcgis.com/3.12/init.js"></script>
<script type="text/javascript">
require([
"dojo/domReady!"
Expand Down

0 comments on commit 2338327

Please sign in to comment.