Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cafebazaar/blacksmith
/ clickHandler
Function
clickHandler
web/static/bower_components/bootstrap/js/tab.js:146–149 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
144
// ============
145
146
var
clickHandler =
function
(e) {
147
e.preventDefault()
148
Plugin.call($(this),
'show'
)
149
}
150
151
$(document)
152
.on(
'click.bs.tab.data-api'
,
'[data-toggle="tab"]'
, clickHandler)
Callers
nothing calls this directly
Calls
1
$
Function · 0.85
Tested by
no test coverage detected