diff --git a/src/static/js/chat.js b/src/static/js/chat.js index f868d869..5bd88e2e 100644 --- a/src/static/js/chat.js +++ b/src/static/js/chat.js @@ -161,11 +161,14 @@ var chat = (function() title: authorName, // (string | mandatory) the text inside the notification text: text, + // (bool | optional) if you want it to fade out on its own or just sit there sticky: false, // (int | optional) the time you want it to be alive for before fading out time: '4000' }); + Tinycon.setBubble(count); + } } }