tweak deploy websocket reconnect delay

pull/3486/merge
Thibault Duplessis 2017-08-18 23:16:29 -05:00
parent 21026827fb
commit 7200587c11
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ lichess.topMenuIntent = function() {
'</div>');
setTimeout(function() {
$('#deploy_done').fadeOut(1000).remove();
}, 6000);
}, $('body').hasClass('playing') ? 8000 : 13000);
});
},
tournamentReminder: function(data) {