eliminate mixpanel references

This commit is contained in:
Albert Yi
2019-01-23 16:37:44 -08:00
parent 60f0aeeb99
commit 17ae357da9
8 changed files with 5 additions and 59 deletions

View File

@@ -20,13 +20,3 @@
<% 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 %>