mixpanel fixes
This commit is contained in:
@@ -20,3 +20,13 @@
|
||||
<% content_for(:page_title) do %>
|
||||
Feedback - <%= @user_feedback.user_name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<% if flash[:alias_mixpanel] %>
|
||||
<% content_for(:html_header) do %>
|
||||
<script>
|
||||
$(function() {
|
||||
window.Danbooru.mixpanelAlias("<%= CurrentUser.id %>");
|
||||
});
|
||||
</script>
|
||||
<% end %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user