fix a typo. closes #662

pull/1/head
ansuz 4 years ago
parent 249483798f
commit ad7133c53c

@ -50,7 +50,7 @@ define([
cb(null, secret); cb(null, secret);
}); });
}; };
var addData = function (meta, Cryptad, user) { var addData = function (meta, Cryptpad, user) {
meta.isOwnProfile = !window.location.hash || meta.isOwnProfile = !window.location.hash ||
window.location.hash.slice(1) === user.profile; window.location.hash.slice(1) === user.profile;
}; };

Loading…
Cancel
Save