Remove tag and filepicker buttons for anon users

This commit is contained in:
yflory
2017-12-15 18:16:01 +01:00
parent c18d4297e1
commit d666e9e7ee
5 changed files with 58 additions and 47 deletions

View File

@@ -2638,6 +2638,10 @@ define([
APP.hideMenu();
});
if (!APP.loggedIn) {
$defaultContextMenu.find('.cp-app-drive-context-delete').text(Messages.fc_remove)
.attr('data-icon', 'fa-eraser');
}
$defaultContextMenu.on("click", "a", function(e) {
e.stopPropagation();
var paths = $(this).data('paths');