delegate captcha square click event

This commit is contained in:
Thibault Duplessis 2013-05-25 15:34:37 +02:00
parent 40d47ce198
commit f91b2c7bce
2 changed files with 1 additions and 2 deletions

View file

@ -1557,7 +1557,7 @@ var lichess_sri = Math.random().toString(36).substring(5); // 8 chars
$captcha.removeClass("success failure");
return false;
});
$squares.click(function() {
$captcha.on('click', 'div.lmcs', function() {
var key = $(this).data('key');
$captcha.removeClass("success failure");
if ($input.val().length == 2) {

1
todo
View file

@ -72,7 +72,6 @@ show teams in user mini
badges for top players in ELO and number of games
top menu is too long in french with long username
captcha can only first click a piece
user bio editing is broken (change editing js lib?)
DEPLOY p21
----------