Fix ckeditor toolbar

This commit is contained in:
yflory
2017-06-29 18:15:41 +02:00
parent cc5b7615ad
commit 5a3e9c785c

View File

@@ -496,6 +496,7 @@ define([
editHash = Cryptpad.getEditHashFromKeys(info.channel, secret.keys);
}
$bar.find('#cke_1_toolbar_collapser').hide();
if (!readOnly) {
// Expand / collapse the toolbar
var $collapse = Cryptpad.createButton(null, true);