diff --git a/js/main.js b/js/main.js index 0b856a3d83..74e58e0e34 100644 --- a/js/main.js +++ b/js/main.js @@ -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 }); }); });