Get rid of ckeditor's reset_all class...
This commit is contained in:
parent
2c90cb5907
commit
ee3b926e84
@ -652,6 +652,7 @@ define([
|
|||||||
$contentContainer.prepend($toolbarContainer.find('.cke_toolbox_main'));
|
$contentContainer.prepend($toolbarContainer.find('.cke_toolbox_main'));
|
||||||
$mainContainer.prepend($toolbarContainer);
|
$mainContainer.prepend($toolbarContainer);
|
||||||
$contentContainer.find('.cke_toolbox_main').addClass('cke_reset_all');
|
$contentContainer.find('.cke_toolbox_main').addClass('cke_reset_all');
|
||||||
|
$toolbarContainer.removeClass('cke_reset_all');
|
||||||
}).nThen(waitFor());
|
}).nThen(waitFor());
|
||||||
|
|
||||||
}).nThen(function (/*waitFor*/) {
|
}).nThen(function (/*waitFor*/) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user