aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-06-13 00:14:34 +0200
committerGitHub <noreply@github.com>2016-06-13 00:14:34 +0200
commit01f8434a754d3822cf0bed4ad473a9a7aec7d623 (patch)
tree5f6a3094ba23fdbc0b79cb1827e425ce99a0f497 /core
parentff0dda9412403a370f98504ae722d31b24682971 (diff)
parentca43c49709e221a6ac7343163a36a21bf74ac2f7 (diff)
downloadnextcloud-server-01f8434a754d3822cf0bed4ad473a9a7aec7d623.tar.gz
nextcloud-server-01f8434a754d3822cf0bed4ad473a9a7aec7d623.zip
Merge pull request #57 from nextcloud/fdrop-template
smaller files drop fixes
Diffstat (limited to 'core')
-rw-r--r--core/js/sharedialoglinkshareview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js
index 9b5a2c93c04..512da81da08 100644
--- a/core/js/sharedialoglinkshareview.js
+++ b/core/js/sharedialoglinkshareview.js
@@ -30,13 +30,13 @@
' <input type="checkbox" value="1" name="allowPublicUpload" id="sharingDialogAllowPublicUpload-{{cid}}" class="checkbox publicUploadCheckbox" {{{publicUploadChecked}}} />' +
'<label for="sharingDialogAllowPublicUpload-{{cid}}">{{publicUploadLabel}}</label>' +
'</div>' +
- '{{#if hideFileList}}' +
+ ' {{#if hideFileList}}' +
'<div id="hideFileListWrapper">' +
' <span class="icon-loading-small hidden"></span>' +
' <input type="checkbox" value="1" name="hideFileList" id="sharingDialogHideFileList-{{cid}}" class="checkbox hideFileListCheckbox" {{{hideFileListChecked}}} />' +
'<label for="sharingDialogHideFileList-{{cid}}">{{hideFileListLabel}}</label>' +
'</div>' +
- '{{/if}}' +
+ ' {{/if}}' +
' {{/if}}' +
' {{#if showPasswordCheckBox}}' +
'<input type="checkbox" name="showPassword" id="showPassword-{{cid}}" class="checkbox showPasswordCheckbox" {{#if isPasswordSet}}checked="checked"{{/if}} value="1" />' +