diff --git a/htdocs/frontend/index.html b/htdocs/frontend/index.html index f60a404..903011f 100644 --- a/htdocs/frontend/index.html +++ b/htdocs/frontend/index.html @@ -134,7 +134,7 @@

Hier können Sie einen existierenden Kanal über seine UUID hinzufügen

- +

@@ -151,7 +151,7 @@
- + diff --git a/htdocs/frontend/javascripts/wui.js b/htdocs/frontend/javascripts/wui.js index b71bb46..578dd87 100644 --- a/htdocs/frontend/javascripts/wui.js +++ b/htdocs/frontend/javascripts/wui.js @@ -213,7 +213,7 @@ vz.wui.zoom = function(from, to) { // we dont want to zoom/pan into the future if (vz.options.plot.xaxis.max > new Date().getTime()) { - delta = vz.options.plot.xaxis.max - vz.options.plot.xaxis.min; + var delta = vz.options.plot.xaxis.max - vz.options.plot.xaxis.min; vz.options.plot.xaxis.max = new Date().getTime(); vz.options.plot.xaxis.min = new Date().getTime() - delta; }
EigenschaftWert
Middleware URL:
Middleware:
Typ:
Öffentlich: ja   nein
Titel: