Load handlebars.js from local copy.

pull/57/head
Julius Volz 12 years ago
parent 893eebe77c
commit 7ceac65be8

@ -7,13 +7,13 @@
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
<link type="text/css" rel="stylesheet" href="css/prometheus.css">
<!-- copy all these CSSen/JSen to our own location -->
<link type="text/css" rel="stylesheet" href="http://code.shutterstock.com/rickshaw/rickshaw.min.css">
<script src="http://code.shutterstock.com/rickshaw/vendor/d3.min.js"></script>
<script src="http://code.shutterstock.com/rickshaw/vendor/d3.layout.min.js"></script>
<script src="http://code.shutterstock.com/rickshaw/rickshaw.min.js"></script>
<!-- copy all these JSen to our own location -->
<script src="https://raw.github.com/wycats/handlebars.js/1.0.rc.2/dist/handlebars.js"></script>
<script src="vendor/js/handlebars.js"></script>
<script src="js/graph.js"></script>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save