Updated task notification UI. Last message will stay on screen for an extra 3 seconds if there are no new messages.

This commit is contained in:
kay.one 2011-04-23 21:06:34 -07:00
parent 53a7b92a64
commit 0d139f9c21
7 changed files with 77 additions and 58 deletions

View file

@ -4,7 +4,7 @@ $(function () {
refreshNotifications();
var timer = window.setInterval(function () {
speed = 1000;
speed = 500;
refreshNotifications();
}, 2000);