Updated ckeditor

This commit is contained in:
RainLoop Team 2015-01-27 23:41:11 +04:00
parent aa84077ac4
commit 965ea317e4
514 changed files with 3679 additions and 7678 deletions

View file

@ -1,18 +0,0 @@
CKEDITOR.plugins.add('signature', {
init: function(editor) {
editor.addCommand('insertSignature', {
exec: function (editor) {
window.console.log(arguments);
if ('wysiwyg' === editor.mode)
{
}
else
{
}
}
});
}
});