verb

13 of 60
Bad / Mistake

scuttle - To be forced to cancel one's plans

Because he couldn't give up his smoking habit, Barry had to scuttle his plans to be a great runner.

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