Skip to content

Commit

Permalink
Issue mozilla#2807: Quick experiment install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Sep 28, 2017
1 parent 26c4764 commit 7dec623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/containers/ExperimentPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export class ExperimentDetail extends React.Component {
const { isExperimentEnabled, experiment,
getCookie, removeCookie, hasAddon } = this.props;

this.installExperiment = this.installExperiment.bind(this);

let showEmailDialog = false;
if (getCookie('first-run')) {
removeCookie('first-run');
Expand Down

0 comments on commit 7dec623

Please sign in to comment.