rohan13 commited on
Commit
b855f36
·
1 Parent(s): 67e01e2

First message with link

Browse files
Files changed (1) hide show
  1. static/chatbot.js +1 -1
static/chatbot.js CHANGED
@@ -76,7 +76,7 @@ $(document).ready(function() {
76
  });
77
 
78
  // Initial message
79
- displayMessage('Learn about <a href="https://makerlab.squarespace.com/">Makerlab</a>');
80
 
81
  // Function to minimize the widget
82
  function minimizeWidget() {
 
76
  });
77
 
78
  // Initial message
79
+ displayMessage('Learn about <a href="https://makerlab.squarespace.com/">Makerlab</a>', false, true);
80
 
81
  // Function to minimize the widget
82
  function minimizeWidget() {