noun

Url

853 of 903
Good / Big

eternity - Time that never ends and has no limits

One of my favorite poems, by Henry Vaughan (1621-1695), begins 'I saw eternity the other night, like a great ring of pure and endless light'.

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