This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user