toggle mobile on all themes; Frost updates

This commit is contained in:
Zach Prezkuta 2012-09-29 17:47:47 -06:00
parent ebabd25717
commit cee50502d3
17 changed files with 84 additions and 33 deletions

View file

@ -185,7 +185,7 @@
var eSysmsg = $j(data).find('sysmsgs');
eSysmsg.children("notice").each(function(){
text = $j(this).text();
$j.jGrowl(text, { sticky: false, theme: 'notice', life: 1500 });
$j.jGrowl(text, { sticky: false, theme: 'notice', life: 1000 });
});
eSysmsg.children("info").each(function(){
text = $j(this).text();