[DE][SSE] Send "embedded" parameter to sdk (#259)
This commit is contained in:
parent
fdb4df366d
commit
4196914962
|
@ -513,7 +513,8 @@ DE.ApplicationController = new(function(){
|
||||||
|
|
||||||
window["flat_desine"] = true;
|
window["flat_desine"] = true;
|
||||||
api = new Asc.asc_docs_api({
|
api = new Asc.asc_docs_api({
|
||||||
'id-view' : 'editor_sdk'
|
'id-view' : 'editor_sdk',
|
||||||
|
'embedded' : true
|
||||||
});
|
});
|
||||||
|
|
||||||
if (api){
|
if (api){
|
||||||
|
|
|
@ -532,7 +532,8 @@ SSE.ApplicationController = new(function(){
|
||||||
});
|
});
|
||||||
|
|
||||||
api = new Asc.spreadsheet_api({
|
api = new Asc.spreadsheet_api({
|
||||||
'id-view': 'editor_sdk'
|
'id-view': 'editor_sdk',
|
||||||
|
'embedded' : true
|
||||||
});
|
});
|
||||||
|
|
||||||
if (api){
|
if (api){
|
||||||
|
|
Loading…
Reference in a new issue