Web: Files: Fixed displaying DocEditor

This commit is contained in:
Alexey Safronov 2021-01-15 13:09:28 +03:00
parent 7650acfec3
commit d26bf8a343

View File

@ -257,7 +257,7 @@
<script> <script>
var pathname = window.location.pathname.toLowerCase(); var pathname = window.location.pathname.toLowerCase();
if ( if (
pathname.indexOf("doceditor") !== -1 && pathname.indexOf("doceditor") === -1 &&
window["AscDesktopEditor"] === undefined window["AscDesktopEditor"] === undefined
) { ) {
let el = document.getElementById("temp-content"); let el = document.getElementById("temp-content");