From 6a64fa4e8a1ddf7b755d06dd6f81a2508927ce65 Mon Sep 17 00:00:00 2001 From: NumEricR <-> Date: Sun, 10 Apr 2011 17:24:47 +0200 Subject: [PATCH] Delete useless space --- js/githubresume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/githubresume.js b/js/githubresume.js index 22a1a21..681eb2d 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -91,7 +91,7 @@ var run = function() { }; if (data.user.blog !== undefined && data.user.blog !== null) { - view.blog = addHttp + data.user.blog; + view.blog = addHttp + data.user.blog; } $.ajax({