fix a typo. closes #662

pull/1/head
ansuz 2020-12-15 10:55:37 +05:30
parent 249483798f
commit ad7133c53c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};