Userlist in polls

This commit is contained in:
yflory
2017-06-22 16:14:54 +02:00
parent a11befaa0f
commit 684269fdda
8 changed files with 53 additions and 36 deletions

View File

@@ -692,7 +692,8 @@ var create = function (info) {
ifrw: window,
realtime: info.realtime,
network: info.network,
$container: APP.$bar
$container: APP.$bar,
$contentContainer: $('#content')
};
APP.toolbar = Toolbar.create(configTb);