From 60a7ecda531f325773ef14da0428a30d657e3af9 Mon Sep 17 00:00:00 2001 From: David Coallier Date: Sun, 6 Feb 2011 14:49:20 +0000 Subject: [PATCH] Added google analytics --- js/githubresume.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/githubresume.js b/js/githubresume.js index 25ef36b..b76a2e9 100644 --- a/js/githubresume.js +++ b/js/githubresume.js @@ -137,7 +137,7 @@ var run = function() { }); }; - + $(window).bind('error', error);