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

pull/1/head
ansuz 8 years ago
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…
Cancel
Save