From c903ff7aab3f7d094d0ae0c37f9fe46887cf2363 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 17:09:02 -0700 Subject: get rid of fancybox for photos upload, not just photo edit --- view/js/mod_photos.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/js/mod_photos.js') 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' -- cgit v1.2.3