fix analysis chat

pull/83/head
Thibault Duplessis 2013-06-11 23:36:03 +02:00
parent eb41af66fe
commit 74e458e342
2 changed files with 3 additions and 2 deletions

View File

@ -2378,6 +2378,9 @@ var storage = {
clearShortcutSquares("A", "1234567");
var $game = $("#GameBoard");
var $chat = $("div.lichess_chat").chat({
render: function(u, t) {
return '<li><span>' + $.userLinkLimit(u, 14) + '</span>' + urlToLink(t) + '</li>';
},
resize: true
});
var $watchers = $("div.watchers").watchers();

2
todo
View File

@ -70,8 +70,6 @@ disable init lobby fadeIn
team search is broken
ai actor stats
tight overlap http://minus.com/lmpGwaRY2lfKY
analysis chat message don't show up http://en.lichess.org/analyse/771bh26g
localStorage fallback https://github.com/ornicar/lila/issues/29
---