Marco Rubio, Secretary of State
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”;
}
On Ceasefire Deal Between Cambodia and Thailand
The United States welcomes the General Border Committee meeting today in Kuala Lumpur as an important step forward in solidifying the ceasefire arrangement and establishing the ASEAN observation mechanism. President Trump and I expect the governments of Cambodia and Thailand to fully honor their commitments to end this conflict. We remain grateful to Malaysian Prime Minister Anwar Ibrahim for his leadership and for hosting the ceasefire process, a direct result of his willingness to co-organize with the United States the July 28 Special Meeting to address the conflict. We look forward to supporting Malaysia, ASEAN, and both countries as this process moves forward.
Source link