Only Office v0.1.7a: enable blur overlay

This commit is contained in:
lxsang
2021-10-24 18:42:41 +02:00
parent 9cd133194e
commit 5c67df278a
7 changed files with 4 additions and 13 deletions

View File

@ -282,6 +282,3 @@ this.OS.register "OnlyOffice", OnlyOffice
this.extensionParams = {
url: "https://office.iohub.dev/web-apps/"
}
# dirty hack that allow subdomain iframes access each other
# FIXME: may be the domain should be defined by ATOS API
document.domain = "iohub.dev" if document.domain is "os.iohub.dev"