WebTimer.Stop() does not prevent the timer to be restarted anymore.

[GB.WEB.FORM]
* BUG: WebTimer.Stop() does not prevent the timer to be restarted anymore.
This commit is contained in:
gambas 2017-09-11 15:17:52 +02:00
parent 4bc7cd8ada
commit 4417e59f10

View file

@ -442,6 +442,7 @@ gw = {
{
clearInterval(gw.timers[id]);
gw.timers[id] = undefined;
gw.timers[id + '!'] = undefined;
}
},