From e7263b87f5b5aaceb6ec99eace65eab9883a840d Mon Sep 17 00:00:00 2001 From: Amarjeet Kumar Date: Tue, 27 Aug 2024 19:25:06 +0530 Subject: [PATCH] Update index.js --- js/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/js/index.js b/js/index.js index db51dad..227b879 100644 --- a/js/index.js +++ b/js/index.js @@ -1,10 +1,6 @@ window.onload=function(){ - - const sdk = new AIChatSDK("d43c2e7a-e629-40e6-8238-4554e09158c4", { - bottom: "20px", - left: "20px", -}); + // Get the modal var modal = document.getElementById("myModal");