X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js_upload%2Fjs_upload.php;h=c529be36602de6f0821a8e443ac369288dc63f4e;hb=0eb705271fe9c26ebe3fcc289214eecf494a8659;hp=1996b85040aa6c1cb616a5e5432721b8908494b2;hpb=056921b1e8d64702535f03e238bc2e451ddca646;p=friendica-addons.git diff --git a/js_upload/js_upload.php b/js_upload/js_upload.php index 1996b850..c529be36 100644 --- a/js_upload/js_upload.php +++ b/js_upload/js_upload.php @@ -96,6 +96,7 @@ function createUploader() { uploader.setParams( { newalbum : document.getElementById('photos-upload-newalbum').value, album : document.getElementById('photos-upload-album-select').value, + not_visible : document.getElementById('photos-upload-noshare').checked, group_allow : acl.allow_gid.join(','), contact_allow : acl.allow_cid.join(','), group_deny : acl.deny_gid.join(','), @@ -105,6 +106,7 @@ function createUploader() { uploader.setParams( { newalbum : document.getElementById('photos-upload-newalbum').value, album : document.getElementById('photos-upload-album-select').value, + not_visible : document.getElementById('photos-upload-noshare').checked, group_allow : getSelected(document.getElementById('group_allow')).join(','), contact_allow : getSelected(document.getElementById('contact_allow')).join(','), group_deny : getSelected(document.getElementById('group_deny')).join(','),