From 6ccbddfe721dbca1f87dfc6dc763cc971e30bdbd Mon Sep 17 00:00:00 2001 From: Jonathan Kolyer Date: Sun, 11 May 2014 07:42:14 +0000 Subject: [PATCH] VRFS-736 changd GA data val for email --- web/app/controllers/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/users_controller.rb b/web/app/controllers/users_controller.rb index b27fbfae6..ed67b405c 100644 --- a/web/app/controllers/users_controller.rb +++ b/web/app/controllers/users_controller.rb @@ -390,7 +390,7 @@ class UsersController < ApplicationController js =< $(function() { - JK.GA.trackJKSocial(JK.GA.Categories.jkLike, '#{service}', 'browser'); + JK.GA.trackJKSocial(JK.GA.Categories.jkLike, '#{service}', 'email'); window.location = "#{url}"; });