lint compliance
This commit is contained in:
parent
c3e9b51f76
commit
2e96f13d0c
@ -1450,7 +1450,7 @@ define([
|
|||||||
}, false);
|
}, false);
|
||||||
});
|
});
|
||||||
|
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function () {
|
||||||
// Load the new pad when the hash has changed
|
// Load the new pad when the hash has changed
|
||||||
var oldHref = document.location.href;
|
var oldHref = document.location.href;
|
||||||
window.onhashchange = function (ev) {
|
window.onhashchange = function (ev) {
|
||||||
|
|||||||
@ -191,7 +191,6 @@ define([
|
|||||||
APP.$friend.html('');
|
APP.$friend.html('');
|
||||||
|
|
||||||
var friends = common.getMetadataMgr().getPrivateData().friends;
|
var friends = common.getMetadataMgr().getPrivateData().friends;
|
||||||
var $temp;
|
|
||||||
if (friends[data.curvePublic]) {
|
if (friends[data.curvePublic]) {
|
||||||
APP.$friend.append(h('p.cp-app-profile-friend', Messages._getKey('profile_friend', [data.name || Messages.anonymous])));
|
APP.$friend.append(h('p.cp-app-profile-friend', Messages._getKey('profile_friend', [data.name || Messages.anonymous])));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user