mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
Added more intelligent link (lack of) recognition
This commit is contained in:
@@ -78,8 +78,8 @@ var run = function() {
|
||||
since: since
|
||||
};
|
||||
|
||||
if (data.user.blog !== undefined) {
|
||||
view.blog = addHttp + data.user.blog;
|
||||
if (data.user.blog !== undefined && data.user.blog !== null) {
|
||||
view.blog = addHttp + data.user.blog;
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user