longer lifetime for system message popups so you have time to read them

This commit is contained in:
friendica 2011-11-12 14:25:04 -08:00
parent ef79a7a4fc
commit 240a3431cc
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
}); });
eSysmsg.children("info").each(function(){ eSysmsg.children("info").each(function(){
text = $(this).text(); text = $(this).text();
$.jGrowl(text, { sticky: false, theme: 'info' }); $.jGrowl(text, { sticky: false, theme: 'info', life: 10000 });
}); });
}); });