getting the profile from remote server instead
This commit is contained in:
parent
2ce693e193
commit
9ae5b14d26
1 changed files with 0 additions and 2 deletions
|
|
@ -236,11 +236,9 @@ function(HostApp, Core, Paths, URI) {
|
||||||
var following = JSON.parse(resp.responseText);
|
var following = JSON.parse(resp.responseText);
|
||||||
_this.following_id = following.id
|
_this.following_id = following.id
|
||||||
_this.setFollowingButton(true);
|
_this.setFollowingButton(true);
|
||||||
//_this.showProfile(following.profile);
|
|
||||||
} else {
|
} else {
|
||||||
_this.setFollowingButton(false);
|
_this.setFollowingButton(false);
|
||||||
_this.following_id = null;
|
_this.following_id = null;
|
||||||
_this.getProfile();
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue