remove lobby chess960 link

This commit is contained in:
Thibault Duplessis 2013-06-07 15:29:51 +02:00
parent 99ec5e2d86
commit 7bb0af507c
2 changed files with 2 additions and 2 deletions

View file

@ -2160,7 +2160,7 @@ var lichess_sri = Math.random().toString(36).substring(5); // 8 chars
html += '<a class="action socket-link" data-msg="join" data-data="' + hook.id + '"><span></span></a>';
}
if (hook.variant == 'Chess960') {
html += '<a class="chess960" href="http://en.wikipedia.org/wiki/Chess960">960</a>';
html += '<span class="chess960">Chess 960</span>';
}
html += '</div>';
var $hook = $(html).data('hook', hook);

2
todo
View file

@ -60,7 +60,7 @@ players world map
account closed accounts in team counts
IE10 no sound toggle http://en.lichess.org/forum/lichess-feedback/notification-of-game-creation#3
filter current games for watching http://en.lichess.org/forum/lichess-feedback/viewing-current-games-suggestion#2
show powertips from friend box (for challenging)
lobby view user before joining
---