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

Function clearMenus

tools/ngui/static/bootstrap/js/bootstrap.js:418–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 function clearMenus() {
419 $('.dropdown-backdrop').remove()
420 $(toggle).each(function () {
421 getParent($(this)).removeClass('open')
422 })
423 }
424
425 function getParent($this) {
426 var selector = $this.attr('data-target')

Callers 1

bootstrap.jsFile · 0.85

Calls 3

$Function · 0.85
getParentFunction · 0.85
removeMethod · 0.65

Tested by

no test coverage detected