Display the friend list in the friend app

This commit is contained in:
yflory
2017-07-06 18:38:58 +02:00
parent a5e8f6ae81
commit 5c7441f82c
3 changed files with 8 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ define([
};
var toolbar = APP.toolbar = Toolbar.create(configTb);
toolbar.$rightside.html(''); // Remove the drawer if we don't use it to hide the toolbar
Cryptpad.getFriendListUI(Cryptpad).appendTo($list);
Cryptpad.removeLoadingScreen();
};