noun

Url

61 of 72
Bad / Dangerous

tinderbox - A volatile or tense environment, emotionally or politically charged, likely to erupt in violence or conflict.

During the blackout, the police were concerned about looting, and the downtown felt like a tinderbox ready to explode.

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