|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
CKEDITOR.plugins.add('soft-hyphen-shortcut', { |
|
|
|
|
init: function (editor) { |
|
|
|
|
var softHyphenUnicodeChar = '\u00AD'; |
|
|
|
|
var softHyphenEntity = '­'; |
|
|
|
|
var softHyphenEntity = '­'; // '­';
|
|
|
|
|
|
|
|
|
|
editor.addCommand('insertSoftHyphen', { |
|
|
|
|
exec: function (editor, data) { |
|
|
|
|