noun

Url

661 of 732
Other / Shape

wrinkle - A small line or fold in something, especially fabric or skin; or a minor problem or unexpected difficulty.

There’s just one little wrinkle in our plan—we forgot to book the hotel we were planning to stay in.

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