Add cyrillic-support option for cyrillic codepage hack
This commit is contained in:
parent
ad1b17bb27
commit
8bfe1a2db9
5 changed files with 27 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ componentconstructors['chatballoon'] = function(dynmap, configuration) {
|
|||
}
|
||||
|
||||
// Add line to balloon.
|
||||
$('<div/>').addClass('balloonmessage').text(message.text).appendTo(popup.content);
|
||||
$('<div/>').addClass('balloonmessage').text(chat_encoder(message)).appendTo(popup.content);
|
||||
|
||||
// Remove older lines when too many messages are shown.
|
||||
var children = $(popup.content).children();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue