]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: Just to run func() on page load, we don't need jQuery
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 25 Aug 2017 14:18:44 +0000 (16:18 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 25 Aug 2017 14:18:44 +0000 (16:18 +0200)
python_suite/dashboard/views/pv_overview.jinja2

index c1f84bd3ba89e34ba86880f2e05b9a6be1dbb783..b67bc313cbc816abc9d99650538e16ce3d4c62a5 100644 (file)
@@ -74,8 +74,11 @@ path {
 
 
 {% block js_end_of_page %}
+/*
 $(function() {
   // on page load
   updateSparklines();
 });
+updateSparklines();
+*/
 {% endblock %}