Remove "teaser-history" experiment

This commit is contained in:
Jessica Lawshe 2018-04-09 14:10:36 -05:00
parent 5683f48d97
commit 55cb5b3c70
2 changed files with 0 additions and 5 deletions

View file

@ -33,7 +33,6 @@ div#history(ng-show="ui.view == 'history'")
href
ng-class="buttonClass"
ng-click="startFreeTrial('history')"
sixpack-convert="teaser-history"
) #{translate("start_free_trial")}
.message(ng-show="project.owner._id != user.id")

View file

@ -24,10 +24,6 @@ define [
sixpack.participate 'teaser-dropbox-text', ['default', 'dropbox-focused'], (variant) ->
event_tracking.sendMB "subscription-start-trial", { source, plan, variant }
when "history"
sixpack.participate 'teaser-history', ['default', 'focused'], (variant) ->
event_tracking.sendMB "subscription-start-trial", { source, plan, variant }
else
event_tracking.sendMB "subscription-start-trial", { source, plan }