zmw 8 месяцев назад
Родитель
Сommit
0c061e7470
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/static/js/common/Feng.js

+ 1 - 1
public/static/js/common/Feng.js

@@ -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) {