summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-06-11 15:15:37 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-06-11 15:15:37 +0200
commitca43c49709e221a6ac7343163a36a21bf74ac2f7 (patch)
treedb9496421660a14c80b06e9e3ceda000f51aaaf7 /core
parent842cc2a7889d1ff8004fddd2546aec1232e0eaed (diff)
downloadnextcloud-server-ca43c49709e221a6ac7343163a36a21bf74ac2f7.tar.gz
nextcloud-server-ca43c49709e221a6ac7343163a36a21bf74ac2f7.zip
smaller files drop fixes
* fix infinite spinner on blacklisted files * move HTML to template * indentation
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" />' +