style fixes

This commit is contained in:
ansuz
2017-10-03 17:53:28 +02:00
parent 09c0a473e2
commit f90742603e
3 changed files with 16 additions and 10 deletions

View File

@@ -81,10 +81,11 @@ define([
metadataMgr: common.getMetadataMgr(),
};
APP.toolbar = Toolbar.create(configTb);
APP.toolbar.$rightside.hide();
var messenger = Messenger.create(sFrameChan);
UI.create(messenger, $(friendList), $(messaging));
UI.create(messenger, $(friendList), $(messaging), common);
Cryptpad.removeLoadingScreen();