diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-15 12:51:59 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 16:39:01 +0100 |
commit | 64be76008a8f982b72082b31bea13b3c6017e461 (patch) | |
tree | d03c5970bf2c9568d63c931bf8c1af5938cf843e /core/js/sharedialogshareelistview.js | |
parent | 9cec82d084f48002c960820e9d092ba429c25e08 (diff) | |
download | nextcloud-server-64be76008a8f982b72082b31bea13b3c6017e461.tar.gz nextcloud-server-64be76008a8f982b72082b31bea13b3c6017e461.zip |
remove Unshare icon in list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/js/sharedialogshareelistview.js')
-rw-r--r-- | core/js/sharedialogshareelistview.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index 3a72ab7266d..96bbf94fa1c 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -78,7 +78,6 @@ '</ul>' + '</div>' + '{{/unless}}' + - '<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span class="hidden-visually">{{unshareLabel}}</span></a>' + '</span>' + '</li>' + '{{/each}}' + |