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

2022.09-rc
friendica 2011-11-12 14:25:04 -08:00
rodzic ef79a7a4fc
commit 240a3431cc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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