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

Method onClick

app/core/treema-ext.js:363–366  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

361 }
362
363 onClick (e) {
364 if ($(e.target).closest('.btn').length) { return }
365 return super.onClick(...arguments)
366 }
367
368 buildValueForDisplay (valEl, data) {
369 const pickButton = $('<a class="btn btn-sm btn-primary"><span class="glyphicon glyphicon-upload"></span> Upload File</a>')

Callers

nothing calls this directly

Calls 1

onClickMethod · 0.45

Tested by

no test coverage detected