Share modal UI

This commit is contained in:
yflory
2019-09-18 16:15:45 +02:00
parent 0d3f9db184
commit 1029ca0a8e
2 changed files with 11 additions and 0 deletions

View File

@@ -1105,6 +1105,9 @@ define([
// is not compatible
var containsFolder = false;
var hide = [];
if (!APP.team) {
hide.push('savelocal');
}
paths.forEach(function (p) {
var path = p.path;
var $element = p.element;