6a7eec90 by RSA

28823_chatbot_vuzo_link

1 parent 00672bac
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
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 vuzoScript.setAttribute("src", "%REACT_APP_START_SERVER_URL%" + '/snippets/com.global.vuzo/js/com.global.vuzo.js?ver=' + ver); 37 vuzoScript.setAttribute("src", "%REACT_APP_START_SERVER_URL%" + '/snippets/com.global.vuzo/js/com.global.vuzo.js?ver=' + ver);
37 document.head.appendChild(vuzoScript); 38 document.head.appendChild(vuzoScript);
38 </script> 39 </script>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!