Compare commits

..

4 Commits

Author SHA1 Message Date
d8e229df2c replace set filepass null 2021-08-30 18:56:18 +03:00
5b3f62a011 fix for IE 11 2021-08-30 18:56:00 +03:00
3639e9706f Merge pull request #184 from ONLYOFFICE/feature/wopi-url-fix
href fix
2021-08-30 18:54:59 +03:00
9ba69f6aef href fix 2021-08-25 17:55:48 +03:00
4 changed files with 5 additions and 4 deletions

View File

@ -101,7 +101,8 @@ if (typeof jQuery != "undefined") {
});
var timer = null;
var checkConvert = function (filePass = null) {
var checkConvert = function (filePass) {
filePass = null;
if (timer != null) {
clearTimeout(timer);
}

View File

@ -161,7 +161,7 @@
"onRequestMailMergeRecipients": onRequestMailMergeRecipients,
};
var config = {<%- include("config") %>, events};
var config = {<%- include("config") %>, events: events};
var connectEditor = function () {
addMentions();

View File

@ -133,7 +133,7 @@
</table>
<div class="links-panel links-panel-border clearFix">
<a href="/wopi" class="">Go to WOPI page</a>
<a href="./wopi" class="">Go to WOPI page</a>
</div>
</div>
</div>

View File

@ -130,7 +130,7 @@
</table>
<div class="links-panel links-panel-border clearFix">
<a href="/" class="">Go to Index page</a>
<a href="./" class="">Go to Index page</a>
</div>
</div>
</td>