diff --git a/index.js b/index.js index 94c3bbf..1015357 100644 --- a/index.js +++ b/index.js @@ -375,7 +375,9 @@ function init() { sessionState = 2; sessionStateGoal = 2; event.returnValue = ""; - + sessionReAnn = setInterval(function () { + diont.announceService(service); + }, 10000); sessionReAnn = setInterval(function () { diont.renounceService(service); }, 5000);