Microsoft Teams Статьи редакции

(function(d, ver) { var onload = function (container, isProduction = false) { const params = { container: container, location: 'promo', }; if (isProduction) { params.css = 'https://specialsf378ef5-a.akamaihd.net/MicrosoftTeams/all.min.css?' + ver; } new Special.Special(params); }; var container = d.getElementById('special-microsoft-teams'); if (container) { if (typeof Special === 'undefined') { var s = d.createElement('script'); s.src = 'https://specialsf378ef5-a.akamaihd.net/MicrosoftTeams/all.min.js?' + ver; s.async = true; s.onload = function () { onload(container, true); }; d.body.appendChild(s); } else { onload(container); } } })(document, 2);