Revert "data-studying is not served by server yet - REVERT ME"

This reverts commit 960d564637.
This commit is contained in:
Thibault Duplessis 2017-02-15 03:56:05 +01:00
parent 112ec4a8ce
commit 70785df759

View file

@ -1081,7 +1081,7 @@ lichess.notifyApp = (function() {
var users = self.element.data('preload').split(',');
var playings = self.element.data('playing').split(',');
var studyings = []; // self.element.data('studying').split(',');
var studyings = self.element.data('studying').split(',');
var patrons = self.element.data('patrons').split(',');
self.set(users, playings, studyings, patrons);
},