SECURITY
Live updates from the Security Council and the field — Global Issues
(function () {
const ifrSharedPostId = new URLSearchParams(window.location.search).get(“ifr-dir-postId”);
const ifrUrlParams = new URLSearchParams({
“ifr-dir-postId”: ifrSharedPostId,
articleUrl: encodeURIComponent(window.location.origin + window.location.pathname + window.location.search),
customCss: “https://www.un.org/es/css/live-blog/live-blog.css”,
aId: “782b009d-7f14-4b84-9c61-4d17d6a98f58”
});
fetch(“https://direkt.ifragasatt.se/load/?” + ifrUrlParams)
.then(response => response.json())
.then(data => {
let script = document.createElement(“script”);
script.appendChild(document.createTextNode(data.src));
(document.head || document.body).appendChild(script);
});
})();
Source link