(e)
| 78 | } |
| 79 | |
| 80 | onClickTeacherHelp (e) { |
| 81 | Backbone.Mediator.publish('websocket:asking-help', { |
| 82 | msg: { |
| 83 | to: this.teacherID.toString(), |
| 84 | type: 'msg', |
| 85 | info: { |
| 86 | text: $.i18n.t('teacher.student_ask_for_help', { name: me.broadName() }), |
| 87 | url: window.location.pathname, |
| 88 | }, |
| 89 | }, |
| 90 | }) |
| 91 | } |
| 92 | |
| 93 | onClickImageGallery (e) { |
| 94 | this.openModalView(new ImageGalleryModal()) |