(e)
| 52 | } |
| 53 | |
| 54 | onClickBuy (e) { |
| 55 | this.openSubscriptionModal() |
| 56 | const buttonLocation = $(e.currentTarget).data('button-location') |
| 57 | return (window.tracker != null ? window.tracker.trackEvent('Show subscription modal', { category: 'Subscription', label: `get premium view ${buttonLocation}` }) : undefined) |
| 58 | } |
| 59 | |
| 60 | onSubscribed () { |
| 61 | return this.render() |
nothing calls this directly
no test coverage detected