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:
parent
4bc7cd8ada
commit
4417e59f10
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ gw = {
|
|||
{
|
||||
clearInterval(gw.timers[id]);
|
||||
gw.timers[id] = undefined;
|
||||
gw.timers[id + '!'] = undefined;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue