MCPcopy Create free account
hub / github.com/apache/cloudstack / Alert

Function Alert

tools/ngui/static/bootstrap/js/bootstrap.js:1408–1410  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

1406
1407 var dismiss = '[data-dismiss="alert"]'
1408 , Alert = function (el) {
1409 $(el).on('click', dismiss, this.close)
1410 }
1411
1412 Alert.prototype.close = function (e) {
1413 var $this = $(this)

Callers

nothing calls this directly

Calls 2

$Function · 0.85
onMethod · 0.80

Tested by

no test coverage detected