mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 17:13:22 +00:00
Load handlebars.js from local copy.
This commit is contained in:
parent
893eebe77c
commit
7ceac65be8
@ -7,13 +7,13 @@
|
|||||||
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
|
<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">
|
<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">
|
<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.min.js"></script>
|
||||||
<script src="http://code.shutterstock.com/rickshaw/vendor/d3.layout.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>
|
<script src="http://code.shutterstock.com/rickshaw/rickshaw.min.js"></script>
|
||||||
|
|
||||||
<!-- copy all these JSen to our own location -->
|
<script src="vendor/js/handlebars.js"></script>
|
||||||
<script src="https://raw.github.com/wycats/handlebars.js/1.0.rc.2/dist/handlebars.js"></script>
|
|
||||||
|
|
||||||
<script src="js/graph.js"></script>
|
<script src="js/graph.js"></script>
|
||||||
|
|
||||||
|
1992
static/vendor/js/handlebars.js
vendored
Normal file
1992
static/vendor/js/handlebars.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user