Repository URL to install this package:
|
Version:
5.17.5.2543 ▾
|
;(function(){
var map = {
"commitId": "30d7d0cf6480a3c0f07e94913e99f04e23775a00",
"branchName": "release-client-5.17.x",
"buildTime": "2024-01-12 02:38:51 GMT",
"buildVersion": "5.1.1128",
"css": [
"@zoom/client-calendar/static/css/chunk-vendors.974eca6e.css",
"@zoom/client-calendar/static/css/app.a3734104.css"
],
"js": [
"@zoom/client-calendar/static/js/chunk-vendors.449e4ac3.js",
"@zoom/client-calendar/static/js/app.86f2e291.js"
],
"key": "@zoom/client-calendar"
};
var prefix = 'https://dev-integration.zoomdev.us/fe-static/';
map.css && map.css.forEach(function (cssItem) {
var linkTag = document.createElement('link');
var cssURL = prefix + cssItem ;
linkTag.href = cssURL;
linkTag.setAttribute('rel','stylesheet');
document.head.appendChild(linkTag);
});
map.js && map.js.forEach(function (jsItem) {
var scriptTag = document.createElement("script");
var jsURL = prefix + jsItem;
scriptTag.setAttribute("src", jsURL);
document.body.appendChild(scriptTag);
});
window.domainFromServer= "https://dev-integration.zoomdev.us/fe-static/";
})();