mirror of https://github.com/PiyushXCoder/lupt.git
bug fix
This commit is contained in:
parent
5edad053b3
commit
4db028426e
|
|
@ -157,7 +157,7 @@ let Messages = class {
|
|||
var el = $('#reply_clip');
|
||||
el.removeClass('is-hidden');
|
||||
el.attr('msg', text);
|
||||
$('#reply_clip > span').text(text+ '...');
|
||||
$('#reply_clip > span').text(text.substr(0,28)+ '...');
|
||||
Messages.unselectAll();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue