noun

373 of 733
Other / Stop

deadlock - A situation where opposing sides can't make progress to resolve their differences

Congress couldn't pass any new bills because the political and emotional deadlock between the Republicans and Democrats on almost every issue.

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