actually add the guid into the layouts [ci skip]
This commit is contained in:
parent
ca492b407c
commit
9e42d4386f
3 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ module AnalyticsHelper
|
|||
end
|
||||
end
|
||||
|
||||
def mixpanel_guid_block
|
||||
def include_mixpanel_guid
|
||||
return unless current_user
|
||||
include_analytics "mixpanel" do
|
||||
javascript_tag do
|
||||
|
|
|
|||
|
|
@ -77,3 +77,4 @@
|
|||
= image_tag 'branding/powered_by_diaspora.png', :height => "11px", :width => "145px"
|
||||
|
||||
= include_chartbeat
|
||||
= include_mixpanel_guid
|
||||
|
|
@ -65,3 +65,4 @@
|
|||
|
||||
|
||||
= include_chartbeat
|
||||
= include_mixpanel_guid
|
||||
|
|
|
|||
Loading…
Reference in a new issue