From 726933831d60219c9c0b739924ec0cfaa61d64bd Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Tue, 16 Aug 2011 12:06:08 -0400 Subject: Public link folder uploading not implemented, comment out checkbox for it in dropdown --- apps/files_sharing/js/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/js/share.js') 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 += ""; html += "
"; html += ""; - html += ""; + //html += ""; html += "
"; html += ""; html += "
"; -- cgit v1.2.3