Skip to content

Commit

Permalink
Merge pull request #3 from FCC/feature/GIS-413-publish-CAF2-map
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
bizui authored Dec 19, 2017
2 parents 98061cc + 29c0670 commit bd16f8a
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 @@ -6,7 +6,7 @@
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<title>Connect America Phase II Auction: Final Eligible Areas - FCC Maps</title>
<link rel="stylesheet" href="https://js.arcgis.com/4.3/esri/css/main.css">
<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="css/styles.css">
</head>

<body>
Expand Down Expand Up @@ -45,15 +45,15 @@
<script>
window.layers = [
"https://fcc.maps.arcgis.com/sharing/rest/content/items/fcbf4a2ce16d404b9f2d60e249de76ed/resources/styles/root.json?f=pjson",
"https://fcc.maps.arcgis.com/sharing/rest/content/items/d9efc257f596433dac4b3dd1b8b592a2/resources/styles/root.json?f=pjson"
"https://fcc.maps.arcgis.com/sharing/rest/content/items/408e0cdff0b64819ae6c77b1a51e6ede/resources/styles/root.json?f=pjson"
];
</script>
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script>
window.jQuery || document.write('<script src="../js/vendor/jquery-1.11.2.min.js"><\/script>')
</script>
<script src="https://js.arcgis.com/4.3/"></script>
<script src="../js/app.js"></script>
<script src="js/app.js"></script>
</body>

</html>

0 comments on commit bd16f8a

Please sign in to comment.