verb

Url

37 of 45
Bad / Confused

destablizing - To cause a government or person to be unable to continue in the usual or desired way

The massive debt that King Louis XVI faced was destablizing for France, and led to the revolution of 1789.

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