longer lifetime for system message popups so you have time to read them
This commit is contained in:
parent
ef79a7a4fc
commit
240a3431cc
|
@ -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 });
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue