| 1234567891011121314151617181920212223242526272829303132 |
- ;(function(){
- var map = {
- "commitId": "ec1f0bbb6a99de479c6435be293046a58fc9d981",
- "branchName": "release-client-5.17.x",
- "buildTime": "2024-02-22 09:12:42 GMT",
- "buildVersion": "5.1.1194",
- "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.e42446a3.js",
- "@zoom/client-calendar/static/js/app.019d343c.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/";
- })();
|