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>
var pathname = window.location.pathname.toLowerCase();
if (
pathname.indexOf("doceditor") !== -1 &&
pathname.indexOf("doceditor") === -1 &&
window["AscDesktopEditor"] === undefined
) {
let el = document.getElementById("temp-content");