verb

Url

49 of 57
Good / Calm

stabilize - To bring a situation, condition, or system under control.

The pilot worked quickly to stabilize the plane after turbulence hit.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }