68ac8f97 by RSA

28823_chatbot_vuzo_link

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