Closed marcellobrazil closed 9 years ago
startDialogTimer = function () { dialogTimer = setInterval(function () {checkDialogTimeout();}, (currentConfig.idleCheckHeartbeat * 1000)); }; stopDialogTimer = function () { clearInterval(dialogTimer); clearInterval(remainingTimer); };
Bad bug on my part. Thank you for catching this. It is now fixed.
Welcome Jill.