From ad7133c53c67c90ac1188f8d950eb97dc8709ff2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 15 Dec 2020 10:55:37 +0530 Subject: [PATCH] fix a typo. closes #662 --- www/profile/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/profile/main.js b/www/profile/main.js index b041d926a..523de89b3 100644 --- a/www/profile/main.js +++ b/www/profile/main.js @@ -50,7 +50,7 @@ define([ cb(null, secret); }); }; - var addData = function (meta, Cryptad, user) { + var addData = function (meta, Cryptpad, user) { meta.isOwnProfile = !window.location.hash || window.location.hash.slice(1) === user.profile; };