68ac8f97 by RSA

28823_chatbot_vuzo_link

1 parent 6a7eec90
1 {
2 "workbench.colorCustomizations": {
3 "activityBar.activeBackground": "#2a2a2a",
4 "activityBar.background": "#2a2a2a",
5 "activityBarBadge.background": "#606020",
6 "activityBarBadge.foreground": "#e7e7e7",
7 "sash.hoverBorder": "#2a2a2a",
8 "statusBar.background": "#111111",
9 "statusBarItem.hoverBackground": "#2a2a2a",
10 "statusBarItem.remoteBackground": "#111111",
11 "titleBar.activeBackground": "#111111",
12 "titleBar.inactiveBackground": "#11111199"
13 }
14 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
33 document.head.appendChild(btutilAsset); 33 document.head.appendChild(btutilAsset);
34 34
35 let vuzoScript = document.createElement("script") 35 let vuzoScript = document.createElement("script")
36 var start_URL = "%REACT_APP_START_SERVER_URL%"; 36 var start_URL = "%REACT_APP_START_SERVER_URL%/";
37 vuzoScript.setAttribute("src", "%REACT_APP_START_SERVER_URL%" + '/snippets/com.global.vuzo/js/com.global.vuzo.js?ver=' + ver); 37 vuzoScript.setAttribute("src", start_URL + 'snippets/com.global.vuzo/js/com.global.vuzo.js?ver=' + ver);
38 document.head.appendChild(vuzoScript); 38 document.head.appendChild(vuzoScript);
39 </script> 39 </script>
40 </head> 40 </head>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!