noun

Url

49 of 60
Other / Move

detour - A longer route that is taken to avoid something or to see something along the way.

On our way back from our vacation, we made a detour to see the beautiful waterfall.

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