(e)
| 153 | } |
| 154 | |
| 155 | onClickMoreButton (e) { |
| 156 | const panel = $(e.target).closest('.panel') |
| 157 | panel.find('tr.hide').removeClass('hide') |
| 158 | return panel.find('.panel-footer').remove() |
| 159 | } |
| 160 | } |
| 161 | MainUserView.initClass() |
| 162 | return MainUserView |
nothing calls this directly
no outgoing calls
no test coverage detected