diff options
| author | lsces <lester@lsces.co.uk> | 2014-08-04 23:52:19 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-08-04 23:52:19 +0100 |
| commit | 56ef7b6e305b348fb01813ff399fba6e53644e75 (patch) | |
| tree | 5c4300d09df9d2c937227d78e5372ddb52387d8c /plugins/specialchar/dialogs/specialchar.js | |
| parent | 82db2932232a9deaef8275aec51e11c4e61086a9 (diff) | |
| download | ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.tar.gz ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.tar.bz2 ckeditor-56ef7b6e305b348fb01813ff399fba6e53644e75.zip | |
Upgrade to CKEditor 4.4.3
Only copyright dae changed ...
Diffstat (limited to 'plugins/specialchar/dialogs/specialchar.js')
| -rwxr-xr-x | plugins/specialchar/dialogs/specialchar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/specialchar/dialogs/specialchar.js b/plugins/specialchar/dialogs/specialchar.js index 7f4348c..c4d1696 100755 --- a/plugins/specialchar/dialogs/specialchar.js +++ b/plugins/specialchar/dialogs/specialchar.js @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add("specialchar",function(i){var e,l=i.lang.specialchar,k=function(c){var b,c=c.data?c.data.getTarget():new CKEDITOR.dom.element(c);if("a"==c.getName()&&(b=c.getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document.createElement("span"),c.setHtml(b),i.insertText(c.getText())},m=CKEDITOR.tools.addFunction(k),j,g=function(c,b){var a,b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());if("a"==b.getName()&&(a=b.getChild(0).getHtml())){j&&d(null,j); |
