license s9y
This commit is contained in:
parent
3be47026ee
commit
84d2084ff1
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
* @license Serendipity (s9y.org)
|
||||
*/
|
||||
|
||||
CKEDITOR.dialog.add( 'cheatsheet', function( editor ) {
|
||||
@ -17,7 +16,7 @@ CKEDITOR.dialog.add( 'cheatsheet', function( editor ) {
|
||||
padding: 0,
|
||||
elements: [{
|
||||
type: 'html',
|
||||
html: '<h1>Keyboard Shortcuts</h1>blahblah'
|
||||
html: '<h1>Keyboard Shortcuts</h1>'
|
||||
}]
|
||||
}],
|
||||
buttons: [ CKEDITOR.dialog.cancelButton ]
|
||||
|
@ -1,10 +1,9 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
* @license Serendipity (s9y.org)
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileOverview A Serendipity CKE-Cheatsheet plugin: cheatsheet, v. 1.2 - 2014-09-02
|
||||
* @fileOverview A Serendipity CKE-Cheatsheet plugin: cheatsheet, v. 1.2 - 2015-01-28
|
||||
*/
|
||||
|
||||
CKEDITOR.plugins.add( 'cheatsheet', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user