]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: d3.js library path (fixes regression introduced in 7dd9b35)
authorPhilipp Klaus <philipp.klaus@gmail.com>
Mon, 25 Sep 2017 06:21:53 +0000 (14:21 +0800)
committerPhilipp Klaus <philipp.klaus@gmail.com>
Mon, 25 Sep 2017 06:21:53 +0000 (14:21 +0800)
python_suite/dashboard/views/pv_details_bootstrap.jinja2

index 4aae59dc353f93f37f129dbf74d4f15c54a103b8..4735672c82f0b771d06446cf176b5d736a4d6995 100644 (file)
@@ -5,7 +5,7 @@
 {% block header %}
 <meta http-equiv="refresh" content="15">
 <link rel="stylesheet" href="/static/css/sparkline.css">
-<script src="/static/js/external/d3/d3.v4.min.js"></script>
+<script src="/static/external/d3/d3.v4.min.js"></script>
 <script src="/static/js/sparkline.js"></script>
 <style>
 .details-list .row {