diff --git a/WebKit/scripts/controller/Profile.js b/WebKit/scripts/controller/Profile.js index 9a376fd..8e37778 100644 --- a/WebKit/scripts/controller/Profile.js +++ b/WebKit/scripts/controller/Profile.js @@ -208,9 +208,9 @@ function(HostApp, Core, Paths, URI) { this.populate(this.profile_template.gender, basic.gender); this.populate(this.profile_template.bio, basic.bio); - if(basic.url) { + if(basic.website_url) { - var url = basic.url; + var url = basic.website_url; this.profile_template.url.innerText = url; this.profile_template.url.parentNode.parentNode.style.display = ""; @@ -372,4 +372,4 @@ function(HostApp, Core, Paths, URI) { return Profile; -}); \ No newline at end of file +});