From 71213bfcd8d99a2cafce50e88c151dcefcea501e Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 27 Apr 2013 06:43:07 +0200 Subject: [PATCH] oops --- src/main/webapp/js/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/services.js b/src/main/webapp/js/services.js index 7ba211ff..11096956 100644 --- a/src/main/webapp/js/services.js +++ b/src/main/webapp/js/services.js @@ -2,7 +2,7 @@ var module = angular.module('commafeed.services', [ 'ngResource' ]); module.service('AnalyticsService', [ '$state', function($state) { this.track = function(path) { - if (typeof variable === 'undefined') { + if (typeof ga === 'undefined') { return; } path = path || $state.$current.url.prefix;