remove index/show mixpanel events

This commit is contained in:
Albert Yi
2018-10-23 11:02:30 -07:00
parent 9ce419b692
commit 261cc8d993
2 changed files with 0 additions and 18 deletions

View File

@@ -78,11 +78,4 @@
<% end %>
<%= missed_post_search_count_js %>
<%= render "posts/partials/index/seo_meta_tags" %>
<script>
$(function() {
window.Danbooru.mixpanelEvent("Post Search", {
"page": <%= raw params[:page].to_json %>,
});
});
</script>
<% end %>