aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_photos.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-11 17:09:02 -0700
committerfriendica <info@friendica.com>2014-03-11 17:09:02 -0700
commitc903ff7aab3f7d094d0ae0c37f9fe46887cf2363 (patch)
treeafcc6f21c242e1dc2f6ceadfa8a7a6b72a4eae6d /view/js/mod_photos.js
parent7733be7b58e9ffe36db7fd36b9a482fe6a842cd8 (diff)
downloadvolse-hubzilla-c903ff7aab3f7d094d0ae0c37f9fe46887cf2363.tar.gz
volse-hubzilla-c903ff7aab3f7d094d0ae0c37f9fe46887cf2363.tar.bz2
volse-hubzilla-c903ff7aab3f7d094d0ae0c37f9fe46887cf2363.zip
get rid of fancybox for photos upload, not just photo edit
Diffstat (limited to 'view/js/mod_photos.js')
-rw-r--r--view/js/mod_photos.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js
index c9d13f742..f0a0de253 100644
--- a/view/js/mod_photos.js
+++ b/view/js/mod_photos.js
@@ -3,6 +3,11 @@ var ispublic = aStr['everybody'];
$(document).ready(function() {
+ $("a#photos-upload-perms-menu").colorbox({
+ 'inline' : true,
+ 'transition' : 'elastic'
+ });
+
$("a#settings-default-perms-menu").colorbox({
'inline' : true,
'transition' : 'elastic'