From a79324c677f5dbad92c7a851f52b4e1deb874d77 Mon Sep 17 00:00:00 2001 From: Jens Soegaard Date: Wed, 30 Oct 2019 21:42:22 -0400 Subject: [PATCH] Removed duplicate method 'focus' in docs --- docs/1.0.0/public-api/index.html | 5 ----- docs/1.0.0/src/pages/public-api/index.twig | 5 ----- 2 files changed, 10 deletions(-) diff --git a/docs/1.0.0/public-api/index.html b/docs/1.0.0/public-api/index.html index 9a8bc572e..346571ae5 100644 --- a/docs/1.0.0/public-api/index.html +++ b/docs/1.0.0/public-api/index.html @@ -161,11 +161,6 @@

Public API

Sets focus on Conversational Form.
window.ConversationalForm.focus();
- - focus - Sets focus on Conversational Form. -
window.ConversationalForm.focus();
- addRobotChatResponse add a robot reponse, this you would usually do at the end of a process. diff --git a/docs/1.0.0/src/pages/public-api/index.twig b/docs/1.0.0/src/pages/public-api/index.twig index 1d01b9bfe..a06fe9b21 100644 --- a/docs/1.0.0/src/pages/public-api/index.twig +++ b/docs/1.0.0/src/pages/public-api/index.twig @@ -33,11 +33,6 @@ Sets focus on Conversational Form.
window.ConversationalForm.focus();
- - focus - Sets focus on Conversational Form. -
window.ConversationalForm.focus();
- addRobotChatResponse add a robot reponse, this you would usually do at the end of a process.