Fix OnlyOffice apps

pull/1/head
yflory 2020-12-08 10:43:47 +01:00
parent 8d27fe59d6
commit 59953009d3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ define([
nThen(function (waitFor) {
DomReady.onReady(waitFor());
}).nThen(function (waitFor) {
var obj = SFCommonO.initIframe(waitFor, true, true);
var obj = SFCommonO.initIframe(waitFor, true);
href = obj.href;
hash = obj.hash;
var parsed = Hash.parsePadUrl(href);