mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
15 lines
366 B
JavaScript
Executable File
15 lines
366 B
JavaScript
Executable File
/**
|
|
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
* For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
*/
|
|
|
|
(function() {
|
|
var imageDialog = function( editor, dialogType ) {};
|
|
|
|
CKEDITOR.dialog.add( 'fastimage', function( editor ) {
|
|
});
|
|
|
|
CKEDITOR.dialog.add( 'imagebutton', function( editor ) {
|
|
});
|
|
})();
|