|
@@ -588,7 +588,7 @@ var Feng = {
|
|
|
}
|
|
|
};
|
|
|
document.title = title;
|
|
|
- const docEditor = new DocsAPI.DocEditor("placeholder", config);
|
|
|
+ const docEditor = new window.DocsAPI.DocEditor("placeholder", config);
|
|
|
//window.location.href = url;
|
|
|
},
|
|
|
showFile: function (url, id, title) {
|