iShare commited on
Commit
89eb9a0
·
1 Parent(s): 972096d

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +13 -14
static/script.js CHANGED
@@ -1,14 +1,13 @@
1
- <!-- Your JavaScript code here -->
2
- <script type="text/javascript">
3
- (function(d, t) {
4
- var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
5
- v.onload = function() {
6
- window.voiceflow.chat.load({
7
- verify: { projectID: '656181267913810007e3e0b5' },
8
- url: 'https://general-runtime.voiceflow.com',
9
- versionID: 'production'
10
- });
11
- }
12
- v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
13
- })(document, 'script');
14
- </script>
 
1
+ <script type="text/javascript">
2
+ (function(d, t) {
3
+ var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
4
+ v.onload = function() {
5
+ window.voiceflow.chat.load({
6
+ verify: { projectID: '656181267913810007e3e0b5' },
7
+ url: 'https://general-runtime.voiceflow.com',
8
+ versionID: 'production'
9
+ });
10
+ }
11
+ v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
12
+ })(document, 'script');
13
+ </script>