nounverb verb

Url

61 of 77
Good / Friendly

reprieve - To grant a temporary delay or suspension of a punishment or sentence, especially in legal or judicial contexts.

The governor reprieved the convict and delayed his execution when new evidence was discovered.

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