fix a typo. closes #662
parent
249483798f
commit
ad7133c53c
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue