mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Updated ckeditor
This commit is contained in:
parent
aa84077ac4
commit
965ea317e4
514 changed files with 3679 additions and 7678 deletions
18
vendors/ckeditor-plugins/signature/plugin.js
vendored
18
vendors/ckeditor-plugins/signature/plugin.js
vendored
|
|
@ -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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue