double the time that notifications are seen on the page

This commit is contained in:
maxwell 2010-12-04 17:45:52 -08:00
parent 55c0bd684b
commit 23eb192524

View file

@ -53,7 +53,7 @@ processPerson: function(response){
processNotification: function(html){ 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){ processRetraction: function(post_id){