Don't start new long-poll right away.

This commit is contained in:
Ruud
2013-09-17 21:45:43 +02:00
parent ad01a3da4d
commit ac30152930
@@ -157,7 +157,7 @@ var NotificationBase = new Class({
}
// Restart poll
self.startPoll()
self.startPoll.delay(1500, self);
},
showMessage: function(message, sticky, data){