Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
2b5085625c
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user