noun

25 of 72
Bad / Unhappy

doldrums - A state or period of inactivity, stagnation, or depression

It seemed that every month, Cathy sank deeper into the doldrums, and she seemed unable to do anything to snap herself out this condition.

// 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(); }); }