* update kindeditor.

This commit is contained in:
Hao Sun
2022-04-29 15:23:03 +08:00
parent 234baf4594
commit db9b293ea0
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