Commit f8400837 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix typo of extensions - #310

parent d2f48b8e
../../extensions/js
\ No newline at end of file
../../extentions/js
\ No newline at end of file
......@@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/images/logo_128.ico" />
<link href="/css/c3.css" rel="stylesheet" />
<script src="/js/extentions/utils.js"></script>
<script src="/js/extensions/utils.js"></script>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="https://rawgithub.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="/js/c3.js"></script>
<script src="/js/extentions/c3ext.js"></script>
<script src="/js/extensions/c3ext.js"></script>
<script src="/js/samples/zoom2.js"></script>
</head>
<body onload="main()">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment