From 23eb192524785ba4b09af2e5b70df214ec1c2677 Mon Sep 17 00:00:00 2001 From: maxwell Date: Sat, 4 Dec 2010 17:45:52 -0800 Subject: [PATCH] double the time that notifications are seen on the page --- public/javascripts/web-socket-receiver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/web-socket-receiver.js b/public/javascripts/web-socket-receiver.js index 9739c9160..e6b1b7983 100644 --- a/public/javascripts/web-socket-receiver.js +++ b/public/javascripts/web-socket-receiver.js @@ -53,7 +53,7 @@ processPerson: function(response){ processNotification: function(html){ - $('#notification').html(html).fadeIn(200).delay(4000).fadeOut(200, function(){ $(this).html("");}); + $('#notification').html(html).fadeIn(200).delay(8000).fadeOut(200, function(){ $(this).html("");}); }, processRetraction: function(post_id){