Skip to content

Commit

Permalink
Merge pull request boknows#10 from alistair-marshall/fix-dygraphs
Browse files Browse the repository at this point in the history
Use dygraphs hosted on cdnjs
  • Loading branch information
alistair-marshall authored Mar 6, 2020
2 parents dbf6265 + 8c69768 commit 8be2ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}
</style>
<script src='https://code.jquery.com/jquery-1.11.3.min.js' language='Javascript' type='text/javascript'></script>
<script type="text/javascript" src="http://dygraphs.com/dygraph-combined.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap-select.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script>
Expand Down

0 comments on commit 8be2ea0

Please sign in to comment.