mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fixed problem with messages containing <ul>
This commit is contained in:
parent
3592fc79e6
commit
07d8716c45
@ -291,7 +291,7 @@ consoleMock ?=
|
|||||||
li.addClass 'ownMessage' if message.sender is WCF.User.userID
|
li.addClass 'ownMessage' if message.sender is WCF.User.userID
|
||||||
li.append output
|
li.append output
|
||||||
|
|
||||||
li.appendTo $ '.timsChatMessageContainer ul'
|
li.appendTo $ '.timsChatMessageContainer > ul'
|
||||||
|
|
||||||
# Autoscroll down
|
# Autoscroll down
|
||||||
if $('#timsChatAutoscroll').data('status') is 1
|
if $('#timsChatAutoscroll').data('status') is 1
|
||||||
|
Loading…
Reference in New Issue
Block a user