Merge pull request #1234 from ONLYOFFICE/fix/bug-52849

[all] fix bug 52849
This commit is contained in:
maxkadushkin 2021-10-07 10:55:48 +03:00 committed by GitHub
commit a8f2db03d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -287,7 +287,7 @@
<link rel="stylesheet" type="text/css" href="../../../apps/documenteditor/main/resources/css/app.css">
</head>
<body>
<script src="../../common/main/lib/util/htmlutils.js"></script>
<script src="../../../../../apps/common/main/lib/util/htmlutils.js?__inline=true"></script>
<script>
window.requireTimeourError = function(){

View file

@ -287,7 +287,7 @@
<link rel="stylesheet" type="text/css" href="../../../apps/presentationeditor/main/resources/css/app.css">
</head>
<body>
<script src="../../common/main/lib/util/htmlutils.js"></script>
<script src="../../../../../apps/common/main/lib/util/htmlutils.js?__inline=true"></script>
<script>
window.requireTimeourError = function(){

View file

@ -287,7 +287,7 @@
<link rel="stylesheet" type="text/css" href="../../../apps/spreadsheeteditor/main/resources/css/app.css">
</head>
<body>
<script src="../../common/main/lib/util/htmlutils.js"></script>
<script src="../../../../../apps/common/main/lib/util/htmlutils.js?__inline=true"></script>
<script>
window.requireTimeourError = function(){
var reqerr;