noun

Url

61 of 71
Bad / Attack

vandalism - An act of damaging or defacing something that does not belong to you; the deliberate destruction or damage of public or private property.

Spraying paint on historical monuments is considered a serious act of vandalism

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