]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/templates/seepark_web.html
reload chart data in javascript instead of rereshing the whole page
[chrisu/seepark.git] / web / templates / seepark_web.html
index 761ded99bde43919823e76c3baae870b4751cf5f..fb96583f1523e3ea36eec10fe7ab609ebd7ea5a5 100644 (file)
@@ -8,7 +8,6 @@
                <meta http-equiv="Pragma" content="no-cache" />
                <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
                <meta http-equiv="Expires" content="0" />
-               <meta http-equiv="Refresh" content="300" />
 
                <!-- Load c3.css -->
                <link href="{{url_for('static', filename='c3.min.css')}}" rel="stylesheet">
                <!-- Load own css -->
                <link href="{{url_for('static', filename='seepark_web.css')}}" rel="stylesheet">
 
-               <!-- Load d3.js and c3.js -->
+               <!-- Load d3.js and c3.js, and strftime.js -->
                <script src="{{url_for('static', filename='d3.min.js')}}" charset="utf-8"></script>
                <script src="{{url_for('static', filename='c3.min.js')}}"></script>
+               <script src="{{url_for('static', filename='strftime-min.js')}}"></script>
 
                <title>Seepark Obsteig</title>
        </head>