verb

Url

1549 of 1578
Bad / Dishonest

downplay - To make something seem less important than it really is.

The government downplayed the water crisis, but when the water levels fell too much, they told people to try to use less water.

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