MCPcopy Create free account
hub / github.com/HangfireIO/Hangfire.Samples / Alert

Function Alert

Hangfire.WebFormsApplication/Scripts/bootstrap.js:95–97  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

93
94 var dismiss = '[data-dismiss="alert"]'
95 var Alert = function (el) {
96 $(el).on('click', dismiss, this.close)
97 }
98
99 Alert.VERSION = '3.4.2'
100

Callers

nothing calls this directly

Calls 1

$Function · 0.70

Tested by

no test coverage detected