From c7e6a7a316e03459163052304cfc491def587d8a Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sat, 13 Feb 2021 13:05:16 +0300 Subject: [PATCH] [all] fix compiled app launch --- apps/documenteditor/main/app.js | 1 - apps/documenteditor/main/index.html.deploy | 1 + apps/presentationeditor/main/app.js | 1 - apps/presentationeditor/main/index.html.deploy | 1 + apps/spreadsheeteditor/main/app.js | 1 - apps/spreadsheeteditor/main/index.html.deploy | 1 + 6 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/app.js b/apps/documenteditor/main/app.js index e424009f7..0de0c48a2 100644 --- a/apps/documenteditor/main/app.js +++ b/apps/documenteditor/main/app.js @@ -207,7 +207,6 @@ require([ ,'common/main/lib/controller/Protection' ,'common/main/lib/controller/Themes' ,'common/main/lib/controller/Desktop' - ,'../../../../sdkjs/common/device_scale' ], function() { app.start(); }); diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 8eb457ccc..0137bb8c8 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -305,6 +305,7 @@ + diff --git a/apps/presentationeditor/main/app.js b/apps/presentationeditor/main/app.js index b40fd60de..5fb88c9ff 100644 --- a/apps/presentationeditor/main/app.js +++ b/apps/presentationeditor/main/app.js @@ -191,7 +191,6 @@ require([ ,'common/main/lib/controller/Protection' ,'common/main/lib/controller/Themes' ,'common/main/lib/controller/Desktop' - ,'../../../../sdkjs/common/device_scale' ], function() { app.start(); }); diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index ceaea5b9c..118929b9e 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -360,6 +360,7 @@ + diff --git a/apps/spreadsheeteditor/main/app.js b/apps/spreadsheeteditor/main/app.js index 7f0abb2ab..2057534be 100644 --- a/apps/spreadsheeteditor/main/app.js +++ b/apps/spreadsheeteditor/main/app.js @@ -203,7 +203,6 @@ require([ ,'common/main/lib/controller/Protection' ,'common/main/lib/controller/Themes' ,'common/main/lib/controller/Desktop' - ,'../../../../sdkjs/common/device_scale' ], function() { app.start(); }); diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy index 487c5c9f7..549296ad7 100644 --- a/apps/spreadsheeteditor/main/index.html.deploy +++ b/apps/spreadsheeteditor/main/index.html.deploy @@ -365,6 +365,7 @@ + \ No newline at end of file