mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
chat: Fix gritter duration
This commit is contained in:
parent
23f963c9fe
commit
51907015ed
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ exports.chat = (() => {
|
|||
// to not introduce an XSS vulnerability by adding unescaped user input.
|
||||
.append($('<div>').html(ctx.text).contents()),
|
||||
sticky: ctx.sticky,
|
||||
time: 5000,
|
||||
time: ctx.duration,
|
||||
position: 'bottom',
|
||||
class_name: 'chat-gritter-msg',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue