Missing entries in the context menu with users

pull/1/head
yflory 2017-01-02 15:42:29 +01:00
parent e3f79f914a
commit 69b1764c9d
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ define([
};
var ownFileManager = function () {
return localStorage.FS_hash === APP.hash;
return Cryptpad.getUserHash() === APP.hash || localStorage.FS_hash === APP.hash;
};
var removeSelected = function () {