double the time that notifications are seen on the page
This commit is contained in:
parent
55c0bd684b
commit
23eb192524
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue