adjective

Url

1501 of 1576
Bad / Powerless

shorthanded - Not having the usual or necessary number of workers or helpers to get something done.

When the flood swept through the community, though the relief workers were very shorthanded, they did an amazing job rescuing the people by boat.

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