VRFS-736 changd GA data val for email

This commit is contained in:
Jonathan Kolyer 2014-05-11 07:42:14 +00:00
parent 738b848d28
commit 6ccbddfe72
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ class UsersController < ApplicationController
js =<<JS
<script type="text/javascript">
$(function() {
JK.GA.trackJKSocial(JK.GA.Categories.jkLike, '#{service}', 'browser');
JK.GA.trackJKSocial(JK.GA.Categories.jkLike, '#{service}', 'email');
window.location = "#{url}";
});
</script>