longer lifetime for system message popups so you have time to read them
This commit is contained in:
		| @@ -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 }); | ||||
| 			}); | ||||
| 			 | ||||
| 		}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user