Fix ckeditor toolbar

pull/1/head
yflory 8 years ago
parent cc5b7615ad
commit 5a3e9c785c

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

Loading…
Cancel
Save