summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-08-16 12:06:08 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-08-16 12:06:08 -0400
commit726933831d60219c9c0b739924ec0cfaa61d64bd (patch)
tree4ff9e7bf6c27969d8e6c38ca137f4c639f65b19b /apps/files_sharing
parente4c987129963a95e3f9468a4780fa25ce6abf2fd (diff)
downloadnextcloud-server-726933831d60219c9c0b739924ec0cfaa61d64bd.tar.gz
nextcloud-server-726933831d60219c9c0b739924ec0cfaa61d64bd.zip
Public link folder uploading not implemented, comment out checkbox for it in dropdown
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/js/share.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index 4ba45901cb4..5a4cdb50521 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -164,7 +164,7 @@ function createDropdown(filename, files) {
html += "</div>";
html += "<div id='public'>";
html += "<input type='checkbox' name='makelink' id='makelink' value='1' /><label for='makelink'>make public</label>";
- html += "<input type='checkbox' name='public_link_write' id='public_link_write' value='1' /><label for='public_link_write'>allow upload</label>";
+ //html += "<input type='checkbox' name='public_link_write' id='public_link_write' value='1' /><label for='public_link_write'>allow upload</label>";
html += "<br />";
html += "<input id='link' style='display:none; width:90%;' />";
html += "</div>";