diff --git a/public/javascripts/big.js b/public/javascripts/big.js index bbc5b3ca18..11edfd27be 100644 --- a/public/javascripts/big.js +++ b/public/javascripts/big.js @@ -2378,6 +2378,9 @@ var storage = { clearShortcutSquares("A", "1234567"); var $game = $("#GameBoard"); var $chat = $("div.lichess_chat").chat({ + render: function(u, t) { + return '
  • ' + $.userLinkLimit(u, 14) + '' + urlToLink(t) + '
  • '; + }, resize: true }); var $watchers = $("div.watchers").watchers(); diff --git a/todo b/todo index 99406a889d..b9e7633417 100644 --- a/todo +++ b/todo @@ -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 ---