]> git.mxchange.org Git - friendica.git/commitdiff
longer lifetime for system message popups so you have time to read them
authorfriendica <info@friendica.com>
Sat, 12 Nov 2011 22:25:04 +0000 (14:25 -0800)
committerfriendica <info@friendica.com>
Sat, 12 Nov 2011 22:25:04 +0000 (14:25 -0800)
js/main.js

index 0b856a3d83b23405edc0562a46195be6e5b9e481..74e58e0e348f3a78a17d671f44d1f7e8d9bc93bc 100644 (file)
                        });
                        eSysmsg.children("info").each(function(){
                                text = $(this).text();
-                               $.jGrowl(text, { sticky: false, theme: 'info' });
+                               $.jGrowl(text, { sticky: false, theme: 'info', life: 10000 });
                        });
                        
                });