1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

web: allow higher plot refresh rates

This commit is contained in:
Steffen Vogel 2017-08-30 23:30:48 +02:00
parent 90d4374ddc
commit 313193140d

View file

@ -76,7 +76,7 @@ $(document).ready(function() {
$('#updaterate').slider({
min : 1,
max : 50,
max : 100,
value : updateRate,
slide : function(e, ui) {
clearInterval(timer);