mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-12 22:03:29 +02:00
update OnlyOffice
This commit is contained in:
@ -79,7 +79,8 @@ class OnlyOffice extends this.OS.application.BaseApplication
|
||||
@access_token = d.result
|
||||
@currfile.onready()
|
||||
.then (meta) =>
|
||||
key = "#{@systemsetting.user.username}:#{@currfile.path}:#{meta.mtime}"
|
||||
key = "#{@systemsetting.user.username}:#{@currfile.path}"
|
||||
# :#{meta.mtime}
|
||||
key = key.hash().toString()
|
||||
@scheme.apptitle = @currfile.path
|
||||
$(@placeholder).empty()
|
||||
|
Reference in New Issue
Block a user