* update kindeditor.
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user