noun

Url

49 of 60
Bad / War

mutiny - An act of refusing to obey the orders of a person in authority.

A group of soldiers started a mutiny over the non-payment of wages.

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