Get rid of ckeditor's reset_all class...

pull/1/head
yflory 2018-03-01 10:33:28 +01:00
parent 2c90cb5907
commit ee3b926e84
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ define([
$contentContainer.prepend($toolbarContainer.find('.cke_toolbox_main'));
$mainContainer.prepend($toolbarContainer);
$contentContainer.find('.cke_toolbox_main').addClass('cke_reset_all');
$toolbarContainer.removeClass('cke_reset_all');
}).nThen(waitFor());
}).nThen(function (/*waitFor*/) {