From 9ae5b14d264755132067190306ec153005d80e01 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Wed, 27 Feb 2013 23:31:26 +0100 Subject: [PATCH] getting the profile from remote server instead --- WebKit/scripts/controller/Profile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/WebKit/scripts/controller/Profile.js b/WebKit/scripts/controller/Profile.js index 93e1164..623c2dc 100644 --- a/WebKit/scripts/controller/Profile.js +++ b/WebKit/scripts/controller/Profile.js @@ -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(); } }) }