diff --git a/helpers.js b/helpers.js index a6b6ba9..1860f65 100644 --- a/helpers.js +++ b/helpers.js @@ -29,7 +29,7 @@ function ShowDelayDialog(mess, time, onexpire) { clearInterval(interval) setTimeout(() => { dialog.hide(); - onexpire(); + () => { onexpire }; }, 350) } }, 100)