| 1234567891011121314151617181920212223242526272829303132 |
- ;(function(){
- var map = {
- "commitId": "14a5a68bdf175acb02aada4e39937bd82677bfb6",
- "branchName": "release-client-5.17.x",
- "buildTime": "2024-02-22 09:45:36 GMT",
- "buildVersion": "5.17.726",
- "css": [
- "@zoom/client-scheduler/static/css/chunk-vendors.5c990af7.css",
- "@zoom/client-scheduler/static/css/index.1e453f20.css"
- ],
- "js": [
- "@zoom/client-scheduler/static/js/chunk-vendors.49875986.js",
- "@zoom/client-scheduler/static/js/index.fb66f59e.js"
- ],
- "key": "clientSchedulerResource"
- };
- 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/";
- })();
|