We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b35c8 commit 7046e14Copy full SHA for 7046e14
explore.html
@@ -7,8 +7,8 @@
7
<link rel="stylesheet" href="stylesheet.css">
8
</head>
9
<body>
10
- <script src="js/d3.v3.js"></script>
11
- <script src="js/jquery-1.11.0.js"></script>
+ <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
+ <script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
12
<script src="js/colors.js"></script>
13
<header>
14
<h1>Bay Area Bike Share Data Challenge</h1>
0 commit comments