verb

49 of 1576
Bad / Angry

glower - To have an angry or sullen look on one's face; scowl

Ron glowered at Ben when Ben criticized the mayor of Ron's home town.

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