Changes all references of 'blog' to 'website' instead.

This commit is contained in:
Joah Gerstenberg
2013-12-05 13:47:49 -06:00
parent b92e2c4b8b
commit d74faf496c
3 changed files with 8 additions and 8 deletions

View File

@@ -226,7 +226,7 @@ var run = function() {
};
if (data.blog !== undefined && data.blog !== null && data.blog !== '') {
view.blog = addHttp + data.blog;
view.website = addHttp + data.blog;
}
var resume = (data.type == 'User' ? 'views/resume.html' : 'views/resumeOrgs.html');