Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz 2017-01-02 15:43:06 +01:00
commit 2b5085625c
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 () {