Office of the Spokesperson
const bcMiddle = document.querySelector(“.bc_middle”);
const bcEllipse = document.querySelector(“.bc_ellipse”);
const bcHide = document.querySelector(“.bc_hide”);
const bcContent = document.querySelector(“.bc_content”);
const blockBreadcrumbsContent = document.querySelector(“.block_breadcrumbs_content”);
if (bcMiddle && bcMiddle.classList.contains(“collapse”)) {
const toggleElements = () => {
bcHide.classList.toggle(“visible”);
bcMiddle.classList.toggle(“collapse”);
bcEllipse.style.display = bcEllipse.style.display === “none” ? “” : “none”;
bcContent.classList.toggle(“noflex”);
blockBreadcrumbsContent.classList.toggle(“noflex”);
};
if (bcEllipse) {
bcEllipse.addEventListener(“click”, toggleElements);
}
if (bcHide) {
bcHide.addEventListener(“click”, toggleElements);
}
} else if (bcEllipse) {
bcEllipse.style.display = “none”;
}
The United States Provides Life-Saving Assistance to Sri Lanka in the Wake of Tropical Cyclone Ditwah
In response to the severe impact of Tropical Cyclone Ditwah, the United States is providing $2 million in emergency life-saving assistance for people in need in Sri Lanka. The United States will also leverage the Department of War’s strategic airlift capabilities to support U.S. government disaster response efforts. Representatives from the Department of State are working closely with the Sri Lankan government and relief organizations to ensure that assistance is distributed efficiently and reaches the communities most affected by the disaster.
We are committed to ongoing coordination with the government of Sri Lanka as it undertakes the critical work of recovery and reconstruction after Tropical Cyclone Ditwah. The United States expresses its sincere condolences for the tragic loss of life and destruction caused by Cyclone Ditwah.
Source link
