Dashmix.onLoad(function(){ // Add demonstration headers and messages for Chat #5 Chat.addHeader(5, 'Yesterday'); Chat.addMessage(5, 'Hi there!'); Chat.addMessage(5, 'How are you? I wanted to talk about the new project. Feel free to ping me when you find some time, thanks!'); Chat.addHeader(5, 'Just Now', 'self'); Chat.addMessage(5, 'Hey Lisa, I’m currently available!', 'self'); Chat.addMessage(5, 'Let me know about the progress you’ve made, so we can move forward!', 'self'); Chat.addMessage(5, 'Moreover, please be sure to let Nick know about it!', 'self'); });