From 69b1764c9d81ef0147026130397b66f182746681 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 2 Jan 2017 15:42:29 +0100 Subject: [PATCH] Missing entries in the context menu with users --- www/file/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/file/main.js b/www/file/main.js index c4df0e317..778fd52fd 100644 --- a/www/file/main.js +++ b/www/file/main.js @@ -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 () {