Package: flower / 0.7.0+dfsg-1

drop-d3-layout.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove sourceless Javascript file.
Author: Benjamin Drung <benjamin.drung@profitbricks.com>
Bug: https://github.com/mher/flower/issues/196

--- a/flower/templates/base.html
+++ b/flower/templates/base.html
@@ -72,7 +72,6 @@
     <script src="{{ static_url('bootstrap/js/bootstrap-typeahead.js') }}"></script>
 
     <script src="{{ static_url('d3/d3.min.js') }}"></script>
-    <script src="{{ static_url('d3/d3.layout.min.js') }}"></script>
     <script src="{{ static_url('rickshaw/rickshaw.min.js') }}"></script>
 
     <script src="{{ static_url('js/flower.js') }}"></script>