adjective

13 of 34
Other / Other

covert - Hidden or secret

English and US covert actions against Germany during WWII sometimes had as big an impact as bombs and bullets

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