MCPcopy Create free account
hub / github.com/codecombat/codecombat / onClickMoreButton

Method onClickMoreButton

app/views/user/MainUserView.js:155–159  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected