|
@@ -7604,7 +7604,7 @@ KindEditor.plugin('image', function(K) {
|
|
|
};
|
|
|
|
|
|
var cur = K('[name="url"]', div).val();
|
|
|
- editorShowUpload(cur, self.uploadJson.replace('save.kindeditor', 'view.files'), '图库', clickFn, this);
|
|
|
+ editorShowUpload(cur, self.fileManagerJson, '图库', clickFn, this);
|
|
|
|
|
|
self.loadPlugin('filemanager', function() {
|
|
|
self.plugin.filemanagerDialog({
|
|
@@ -7861,7 +7861,7 @@ KindEditor.plugin('insertfile', function(K) {
|
|
|
};
|
|
|
|
|
|
var cur = K('[name="url"]', div).val();
|
|
|
- editorShowUpload(cur, self.uploadJson.replace('save.kindeditor', 'view.files'), '文件库', clickFn, this);
|
|
|
+ editorShowUpload(cur, self.fileManagerJson, '文件库', clickFn, this);
|
|
|
|
|
|
|
|
|
self.loadPlugin('filemanager', function() {
|
|
@@ -8261,7 +8261,7 @@ KindEditor.plugin('media', function(K) {
|
|
|
};
|
|
|
|
|
|
var cur = coverUrlBox.val();
|
|
|
- editorShowUpload(cur, self.uploadJson.replace('save.kindeditor', 'view.files'), '图库', clickFn, this);
|
|
|
+ editorShowUpload(cur, self.fileManagerJson, '图库', clickFn, this);
|
|
|
|
|
|
|
|
|
self.loadPlugin('filemanager', function() {
|