diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-17 15:53:59 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-11-17 15:53:59 +0100 |
commit | 79603e31463eb143392c5d27a5b2c87687b2460c (patch) | |
tree | 88783dde1e52edbb53d28ed1eb1aac1fac5ac140 /js/main.js | |
parent | 844a36e2b6c9cd8e934b57b7d56b7a9863f12929 (diff) | |
download | volse-hubzilla-79603e31463eb143392c5d27a5b2c87687b2460c.tar.gz volse-hubzilla-79603e31463eb143392c5d27a5b2c87687b2460c.tar.bz2 volse-hubzilla-79603e31463eb143392c5d27a5b2c87687b2460c.zip |
expire settings for items, notes and photos.
show default privacy acl in popup
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js index 74e58e0e3..9741bfaec 100644 --- a/js/main.js +++ b/js/main.js @@ -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()); |