only registered users ask for friend resync

This commit is contained in:
Thibault Duplessis 2013-05-30 11:55:04 +02:00
parent 7d80fbb4d3
commit a2b8487656
3 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import controllers.routes
trait AssetHelper {
val assetVersion = 8
val assetVersion = 9
def cssTag(name: String) = css("stylesheets/" + name)

View file

@ -68,7 +68,7 @@ var lichess_sri = Math.random().toString(36).substring(5); // 8 chars
$('body').removeClass('offline');
self.pingNow();
$('body').trigger('socket.open');
setTimeout(function() {
if ($('#user_tag').length) setTimeout(function() {
self.send("following_onlines");
}, 500);
};

1
todo
View file

@ -71,6 +71,7 @@ check team average elo http://en.lichess.org/inbox/benuegti#bottom
if game ends during move -> bug
search bug http://fr.lichess.org/forum/search?text=user:aybabtu
LilaError['[analysis] fred65 already analyses ueogn4fr, won't process ueogn4fr']
recent posts should use post redirect
---