getting the profile from remote server instead

This commit is contained in:
Jeena Paradies 2013-02-27 23:31:26 +01:00
parent 2ce693e193
commit 9ae5b14d26

View file

@ -236,11 +236,9 @@ function(HostApp, Core, Paths, URI) {
var following = JSON.parse(resp.responseText);
_this.following_id = following.id
_this.setFollowingButton(true);
//_this.showProfile(following.profile);
} else {
_this.setFollowingButton(false);
_this.following_id = null;
_this.getProfile();
}
})
}