Skip to content

Commit 1a3a5d7

Browse files
updated
1 parent 759c5b2 commit 1a3a5d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chatbot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ function generateResponse(input) {
5656
return responses[Math.floor(Math.random() * responses.length)];
5757
}
5858

59-
//window.onblur = function (tabs) {
60-
//alert('trying to switch tabs eh !');
61-
//};
59+
window.onblur = function (tabs) {
60+
alert('trying to switch tabs eh !');
61+
};
6262

6363

0 commit comments

Comments
 (0)