mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-23 17:29:51 +02:00
Update major applications to support AntOS v2.0.x
This commit is contained in:
@ -9,6 +9,8 @@ It support a wide range of documents.
|
||||

|
||||
|
||||
## Change log
|
||||
- v 0.1.3-a:
|
||||
* Minor fix to support AntOS v2.0.x
|
||||
- v 0.1.2-a:
|
||||
* Fix server side API error with new backend API
|
||||
- v 0.1.1-a:
|
||||
|
@ -9,6 +9,8 @@ It support a wide range of documents.
|
||||

|
||||
|
||||
## Change log
|
||||
- v 0.1.3-a:
|
||||
* Minor fix to support AntOS v2.0.x
|
||||
- v 0.1.2-a:
|
||||
* Fix server side API error with new backend API
|
||||
- v 0.1.1-a:
|
||||
|
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
||||
"author": "Dany LE",
|
||||
"email": "contact@iohub.dev"
|
||||
},
|
||||
"version":"0.1.2-a",
|
||||
"version":"0.1.3-a",
|
||||
"category":"Office",
|
||||
"icon":"icon.png",
|
||||
"mimes":[
|
||||
|
Binary file not shown.
@ -388,7 +388,7 @@ namespace OS {
|
||||
}
|
||||
this.current_mode = mt.mode;
|
||||
// refresh the file menu
|
||||
this.appmenu.items = this.baseMenu() || [];
|
||||
//this.appmenu.nodes = this.baseMenu() || [];
|
||||
$(this.placeholder).empty();
|
||||
let el = $('<iframe>', {
|
||||
src: `${mt.url}?WOPISrc=${this.uapi()}`,
|
||||
|
@ -7,7 +7,7 @@
|
||||
"author": "Dany LE",
|
||||
"email": "contact@iohub.dev"
|
||||
},
|
||||
"version":"0.1.2-a",
|
||||
"version":"0.1.3-a",
|
||||
"category":"Office",
|
||||
"icon":"icon.png",
|
||||
"mimes":[
|
||||
|
Reference in New Issue
Block a user