()
| 36 | module.exports = (ContactModal = (function () { |
| 37 | ContactModal = class ContactModal extends ModalView { |
| 38 | static initClass () { |
| 39 | this.prototype.id = 'contact-modal' |
| 40 | this.prototype.template = template |
| 41 | this.prototype.closeButton = true |
| 42 | |
| 43 | this.prototype.events = { |
| 44 | 'click #contact-submit-button': 'contact', |
| 45 | 'click [data-toggle="coco-modal"][data-target="core/SubscribeModal"]': 'openSubscribeModal' |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | openSubscribeModal (e) { |
| 50 | e.stopPropagation() |