From 290d9a4677b3b06da268f91b344d1ca08ce0d50a Mon Sep 17 00:00:00 2001 From: dmceachernmsft Date: Thu, 2 May 2024 16:47:46 -0700 Subject: [PATCH] comment --- ui-library-click-to-call/cross-platform-js/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui-library-click-to-call/cross-platform-js/index.html b/ui-library-click-to-call/cross-platform-js/index.html index 83bdbafa..cd67c6c1 100644 --- a/ui-library-click-to-call/cross-platform-js/index.html +++ b/ui-library-click-to-call/cross-platform-js/index.html @@ -115,6 +115,9 @@

Hallway

callContainer.style.borderRadius = "1rem"; callContainer.style.padding = "0.5rem"; }; + /** + * This needs to be repeated for each image in the dom thats to start a call + */ const startCallButton = document.getElementById("help-option"); startCallButton.onclick = createCallingExperience;