Compare commits

..

7 Commits

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>