Revert "consolidate mixpanel streams by making Profile one page [ci skip]"

This reverts commit 5af37fd3da.
This commit is contained in:
danielgrippi 2012-06-01 13:48:51 -07:00
parent 5af37fd3da
commit 9bf60d178a
2 changed files with 0 additions and 3 deletions

View file

@ -34,7 +34,6 @@ app.Router = Backbone.Router.extend({
},
newProfile : function(personId) {
app.instrument("track_pageview", "Profile")
this.renderPage(function(){ return new app.pages.Profile({ personId : personId })});
},

View file

@ -7,8 +7,6 @@
= javascript_include_tag :people
:javascript
Mentions.options.prefillMention = #{@person.to_json};
app.instrument("track_pageview", "Profile")
- content_for :page_title do
= @person.name