function clearMenus()

in content/assets/js/bootstrap-dropdown.js [111:116]


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