noun

Url

37 of 60
Bad / Dangerous

heresy - An opinion or belief that contradicts established norms or accepted standards.

Galileo was once accused of heresy for claiming the Earth orbits the sun.

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