()
| 66 | } |
| 67 | |
| 68 | afterRender () { |
| 69 | super.afterRender() |
| 70 | this.$el.find('span[title]').tooltip() |
| 71 | if (me.isAnonymous() && this.ppc) { |
| 72 | _.defer(() => { if (!this.destroyed) { return this.openModalView(new CreateAccountModal({ startOnPath: 'individual' })) } }) |
| 73 | return window.nextURL = location.href |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | statusMessage (message, type) { |
| 78 | if (type == null) { type = 'alert' } |
nothing calls this directly
no test coverage detected