From 06eeea6a5c04d31fffd43b11b395cf01e64302f9 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Sat, 2 Jul 2011 15:19:23 -0700 Subject: [PATCH] more notification tweaks --- NzbDrone.Web/Scripts/Notification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Web/Scripts/Notification.js b/NzbDrone.Web/Scripts/Notification.js index c763271f2..5230a3f3d 100644 --- a/NzbDrone.Web/Scripts/Notification.js +++ b/NzbDrone.Web/Scripts/Notification.js @@ -1,9 +1,9 @@ -$(window).load(function () { +$(document).ready(function () { var speed = 700; var isShown = false; var currentMessage = ""; - $.doTimeout(200, refreshNotifications); + $.doTimeout(500, refreshNotifications);