]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/js/main.js
toggle mobile on all themes; Frost updates
[friendica.git] / view / theme / frost / js / main.js
index 0aea9bc85322a6f6096c7f38248915e9c3f88294..36d59bf1c9cbd786d9c8efa29ee917d2bb433a66 100644 (file)
                        var eSysmsg = $j(data).find('sysmsgs');
                        eSysmsg.children("notice").each(function(){
                                text = $j(this).text();
-                               $j.jGrowl(text, { sticky: false, theme: 'notice', life: 2000 }); // originally: sticky: true,
+                               $j.jGrowl(text, { sticky: false, theme: 'notice', life: 3000 }); // originally: sticky: true,
                        });
                        eSysmsg.children("info").each(function(){
                                text = $j(this).text();
-                               $j.jGrowl(text, { sticky: false, theme: 'info', life: 1500 });
+                               $j.jGrowl(text, { sticky: false, theme: 'info', life: 1000 });
                        });
                        
                });