X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fckeditor%2Fadapters%2Fjquery.js;h=86cb458bcfe3d221fdb8e34d6a0a35f8eecf39bb;hb=5ceaa0a724976e78f6ed51b650c9263cdccc1967;hp=1d5337cad601086ebe15636115a99fb19e1a26ff;hpb=d04a436f2bb85dae11fd9afbb1c0f584729d93cf;p=kivitendo-erp.git diff --git a/js/ckeditor/adapters/jquery.js b/js/ckeditor/adapters/jquery.js index 1d5337cad..86cb458bc 100644 --- a/js/ckeditor/adapters/jquery.js +++ b/js/ckeditor/adapters/jquery.js @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ (function(a){if("undefined"==typeof a)throw Error("jQuery should be loaded before CKEditor jQuery adapter.");if("undefined"==typeof CKEDITOR)throw Error("CKEditor should be loaded before CKEditor jQuery adapter.");CKEDITOR.config.jqueryOverrideVal="undefined"==typeof CKEDITOR.config.jqueryOverrideVal?!0:CKEDITOR.config.jqueryOverrideVal;a.extend(a.fn,{ckeditorGet:function(){var a=this.eq(0).data("ckeditorInstance");if(!a)throw"CKEditor is not initialized yet, use ckeditor() with a callback.";return a},