verb

Url

1417 of 1578
Bad / War

mutiny - To refuse to obey orders, in an open revolt or uprising against leadership or control.

In 1789 the crew of the HMS Bounty decided to mutiny against their captain, partially because they wanted to stay in beautiful Tahiti.

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