mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
expire settings for items, notes and photos.
show default privacy acl in popup
This commit is contained in:
parent
844a36e2b6
commit
79603e3146
4 changed files with 75 additions and 7 deletions
|
@ -78,6 +78,13 @@
|
|||
menu.toggle();
|
||||
return false;
|
||||
});
|
||||
|
||||
// fancyboxes
|
||||
$("a.popupbox").fancybox({
|
||||
'transitionIn' : 'elastic',
|
||||
'transitionOut' : 'elastic'
|
||||
});
|
||||
|
||||
|
||||
/* notifications template */
|
||||
var notifications_tpl= unescape($("#nav-notifications-template[rel=template]").html());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue