license s9y

This commit is contained in:
Ian 2015-01-28 17:11:18 +01:00
parent 3be47026ee
commit 84d2084ff1
2 changed files with 4 additions and 6 deletions

View File

@ -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 ]

View File

@ -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', {