Update ckeditor

Move e2e tests
Code refactoring
This commit is contained in:
RainLoop Team 2016-09-12 23:50:21 +03:00
parent 9993432c7b
commit e5af98b04b
122 changed files with 617 additions and 561 deletions

View file

@ -399,7 +399,7 @@ CKEDITOR.replace( 'editor4', {
<div class="description">
<p>
This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank">
It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" rel="noopener noreferrer" target="_blank">
Disallowed Content</a> property of the filter to eliminate all <code>title</code> attributes.
</p>
@ -454,7 +454,7 @@ CKEDITOR.replace( 'editor6', {
<div class="description">
<p>
This editor is using a custom configuration for <abbr title="Advanced Content Filter">ACF</abbr>.
It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" target="_blank">
It's using the <a href="http://docs.ckeditor.com/#!/guide/dev_disallowed_content" rel="noopener noreferrer" target="_blank">
Disallowed Content</a> property of the filter to eliminate all <code>a</code> and <code>img</code> tags,
while allowing all other tags.
</p>