This commit is contained in:
2018-07-19 19:21:01 +00:00
parent ff6434f905
commit 10ded2681f
4 changed files with 54 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ app.inbox = (function() {
}
//do it every 5 minutes
timerVar=setTimeout(getMessages,5*60*1000);
//timerVar=setTimeout(getMessages,5000);
console.log("INBOX.GETMESSAGES - started timer " + timerVar);
});
};