fix callback on timeout dialog expire
This commit is contained in:
parent
b2e31c158d
commit
9ba887e7cf
|
|
@ -29,7 +29,7 @@ function ShowDelayDialog(mess, time, onexpire) {
|
||||||
clearInterval(interval)
|
clearInterval(interval)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
dialog.hide();
|
dialog.hide();
|
||||||
onexpire();
|
() => { onexpire };
|
||||||
}, 350)
|
}, 350)
|
||||||
}
|
}
|
||||||
}, 100)
|
}, 100)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user