mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 12:04:26 +02:00
toggle mobile on all themes; Frost updates
This commit is contained in:
parent
ebabd25717
commit
cee50502d3
17 changed files with 84 additions and 33 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue