28823_chatbot_vuzo_link
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +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 | vuzoScript.setAttribute("src", "%REACT_APP_START_SERVER_URL%" + ver); | 36 | vuzoScript.setAttribute("src", "%REACT_APP_START_SERVER_URL%" + '/snippets/com.global.vuzo/js/com.global.vuzo.js?ver=' + ver); |
| 37 | document.head.appendChild(vuzoScript); | 37 | document.head.appendChild(vuzoScript); |
| 38 | </script> | 38 | </script> |
| 39 | </head> | 39 | </head> | ... | ... |
-
Please register or sign in to post a comment