adjective

Url

1549 of 1576
Bad / Unfriendly

indifferent - Not showing or feeling interest or concern about something.

In the 1700's, the upper classes were generally indifferent to the suffering and hunger of the poor.

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