[DE][SSE] Send "embedded" parameter to sdk (#259)

This commit is contained in:
Julia Radzhabova 2019-10-30 14:48:09 +03:00 committed by Alexey Golubev
parent fdb4df366d
commit 4196914962
2 changed files with 4 additions and 2 deletions

View file

@ -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){

View file

@ -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){