verb

Url

49 of 60
Bad / Aggressive

squash - To suppress or stop something forcefully, like an idea or protest.

The manager tried to squash the rumor as it spread quickly through the company.

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