Merge pull request #1144 from roymiloh/master

Remove duplicated bootstrap js on the graph template
This commit is contained in:
Fabian Reinartz 2015-10-06 00:10:33 +02:00
commit 5ebef5c025
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
{{define "head"}} {{define "head"}}
<script src="{{ pathPrefix }}/static/vendor/bootstrap-3.3.1/js/bootstrap.min.js"></script>
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/graph.css"> <link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/css/graph.css">
<link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.css"> <link type="text/css" rel="stylesheet" href="{{ pathPrefix }}/static/vendor/rickshaw/rickshaw.min.css">