Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 133214b

Browse files
authored
Merge pull request #699 from eclipse/revert-698-SFonseca_CodewindChatbot
Revert "Virtual assistant to improve the experience of Codewind users by providing immediate attention to their questions"
2 parents ef91f18 + e608781 commit 133214b

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

docs/_includes/body-end.html

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
88
</script>
99

10+
11+
1012
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
1113
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
1214
</script>
@@ -20,31 +22,15 @@
2022
integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
2123
</script>
2224

25+
2326
<script src="js/jquery.matchHeight-min.js"></script>
2427
<script src="js/index.js"></script>
2528
<script src="js/docs.js"></script>
2629
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js"></script>
2730
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-docker.min.js"></script>
2831
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-json.min.js"></script>
2932

30-
<!-- Codewind Chatbot (Bree-Z) -->
31-
<script src="https://web-chat.global.assistant.watson.cloud.ibm.com/loadWatsonAssistantChat.js"></script>
32-
<script>
33-
window.watsonAssistantChatOptions = {
34-
integrationID : "abbab561-d251-43cc-b7c4-d4416ed4291c",
35-
region : "us-south",
36-
serviceInstanceID : "cfc06189-5d7b-4c6a-bf36-1daf1392fad1",
37-
38-
onLoad : function(instance) {
39-
instance.render();
40-
}
41-
};
42-
setTimeout(function() {
43-
const t = document.createElement('script');
44-
t.src = "https://web-chat.global.assistant.watson.appdomain.cloud/loadWatsonAssistantChat.js";
45-
document.head.appendChild(t);
46-
});
47-
</script>
48-
33+
</div>
4934
</body>
35+
5036
</html>

0 commit comments

Comments
 (0)