diff --git a/root/js/solardash.file.jspp b/root/js/solardash.file.jspp index a652042..5fc8a8c 100644 --- a/root/js/solardash.file.jspp +++ b/root/js/solardash.file.jspp @@ -81,7 +81,7 @@ WebSocketTest.prototype.processNextItem = function () { var wst = this; setTimeout(function() { - item[1](wst); + item[1](wst); wst.processNextItem(); }, item[0]);