[all] fix bug 52849

This commit is contained in:
Maxim Kadushkin 2021-09-29 18:31:50 +03:00
parent 35e4581405
commit 7d148d0240
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"> <link rel="stylesheet" type="text/css" href="../../../apps/documenteditor/main/resources/css/app.css">
</head> </head>
<body> <body>
<script src="../../common/main/lib/util/htmlutils.js"></script> <script src="../../../../../apps/common/main/lib/util/htmlutils.js?__inline=true"></script>
<script> <script>
window.requireTimeourError = function(){ window.requireTimeourError = function(){

View file

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

View file

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