function clearMenus()

in static/js/bootstrap-dropdown.js [110:115]


  function clearMenus() {
    $('.dropdown-backdrop').remove()
    $(toggle).each(function () {
      getParent($(this)).removeClass('open')
    })
  }