missing quotes. ugh. [ci skip]
This commit is contained in:
parent
9e42d4386f
commit
ee27764816
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ module AnalyticsHelper
|
|||
include_analytics "mixpanel" do
|
||||
javascript_tag do
|
||||
<<-JS.html_safe
|
||||
mixpanel.name_tag(#{current_user.guid});
|
||||
mixpanel.name_tag("#{current_user.guid}");
|
||||
JS
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue