diff --git a/index.html b/index.html index 53a1d56..6bb8b90 100644 --- a/index.html +++ b/index.html @@ -1961,6 +1961,8 @@ }, ); })(); + /* expose for the 60-second probe script */ + window._mbsChatId = CHAT_ID; var panel = document.getElementById("chat-panel"); var chatLog = document.getElementById("chat-history"); @@ -2121,6 +2123,240 @@ })(); + + +