Merge branch 'sprint/sunhao/kindeditor' into 'master'

* update kindeditor.

See merge request easycorp/zentaopms!3223
This commit is contained in:
李玉春
2022-04-29 07:37:40 +00:00
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
/*!
* ZUI: Zentao Kindeditor - v1.10.0 - 2022-04-19
* http://openzui.com
* GitHub: https://github.com/easysoft/zui.git
* GitHub: https://github.com/easysoft/zui.git
* Copyright (c) 2022 cnezsoft.com; Licensed MIT
*/
@@ -8004,13 +8004,11 @@ KindEditor.plugin('lineheight', function(K) {
*******************************************************************************/
KindEditor.plugin('link', function(K) {
console.trace('plugin link');
var self = this,
name = 'link';
if (self.plugin.link) return;
self.plugin.link = {
edit: function() {
console.trace('edit');
var lang = self.lang(name + '.'),
html = '<div style="padding:20px;">' +
//url
File diff suppressed because one or more lines are too long