Drone crashes in Amman, causes damage to restaurant patio - army

Drone crashes in Amman, causes damage to restaurant patio - army
A picture shared on social media networks shows a drone that fell over an unidentified area in the Kingdom (Photo courtesy of Facebook)

AMMAN — A drone crashed in Aman’s Umm Uthaina neighborhood on Monday, causing material damage to the outdoor area of a local restaurant, according to Brig. Gen. Mustafa Al-Hayari, director of Military Media.

Al Hayari told Al Mamlaka TV that the area, where the drone fell, was immediately secured by security forces and the army engineering corps, who dealt with the incident.

He said that initial investigations revealed that the drone was identified as a Shahed-101 model, the [famed Iranian UAV] and went down due to a technical malfunction. He added that the drone was reportedly carrying an explosive warhead and a detonating fuse.

Al Hayari confirmed that the explosive device was safely dismantled, and no injuries were reported.

He added that, since the outbreak of the ongoing regional escalation [between Iran and Israel], a total of 30 drones have fully crashed inside Jordanian territory, with hundreds more falling in fragments.

Since the start of Iran-Israel air war on June 13, flying objects have been spotted over several parts of the Kingdom, believed to be Iranian missiles and drones launched towards Israel.

The Public Security Directorate (PSD) has reported receiving multiple alerts about the fall of drones and suspicious objects in various areas across the Kingdom.

The PSD urged citizens to immediately report any such incidents through the 911 emergency hotline and to allow specialized teams to safely manage and investigate these cases.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });