more notification tweaks

This commit is contained in:
kay.one 2011-07-02 15:19:23 -07:00
commit 06eeea6a5c

View file

@ -1,9 +1,9 @@
$(window).load(function () { $(document).ready(function () {
var speed = 700; var speed = 700;
var isShown = false; var isShown = false;
var currentMessage = ""; var currentMessage = "";
$.doTimeout(200, refreshNotifications); $.doTimeout(500, refreshNotifications);