diff --git a/apps/common/main/lib/controller/Plugins.js b/apps/common/main/lib/controller/Plugins.js index c4d23ae36..59d3cace0 100644 --- a/apps/common/main/lib/controller/Plugins.js +++ b/apps/common/main/lib/controller/Plugins.js @@ -587,7 +587,7 @@ define([ getPlugins: function(pluginsData, fetchFunction) { if (!pluginsData || pluginsData.length<1) - return Promise.reject(); + return Promise.resolve([]); fetchFunction = fetchFunction || function (url) { return fetch(url) diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index a62077848..223b5406f 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -164,7 +164,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -175,7 +175,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy index 813f064a5..e8d782681 100644 --- a/apps/documenteditor/embed/index.html.deploy +++ b/apps/documenteditor/embed/index.html.deploy @@ -162,7 +162,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -173,7 +173,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 78714d21f..82fbe25f4 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -160,7 +160,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -171,7 +171,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index cb8a2fea4..f2f03ce22 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -161,7 +161,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -172,7 +172,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/documenteditor/mobile/index.html b/apps/documenteditor/mobile/index.html index fd5359bda..e6717e172 100644 --- a/apps/documenteditor/mobile/index.html +++ b/apps/documenteditor/mobile/index.html @@ -165,7 +165,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -176,7 +176,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/documenteditor/mobile/index.html.deploy b/apps/documenteditor/mobile/index.html.deploy index 7d031cbcc..3fe9211fe 100644 --- a/apps/documenteditor/mobile/index.html.deploy +++ b/apps/documenteditor/mobile/index.html.deploy @@ -164,7 +164,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -175,7 +175,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/embed/index.html b/apps/presentationeditor/embed/index.html index 1da1a11dd..6f44e5ac7 100644 --- a/apps/presentationeditor/embed/index.html +++ b/apps/presentationeditor/embed/index.html @@ -164,7 +164,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -175,7 +175,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/embed/index.html.deploy b/apps/presentationeditor/embed/index.html.deploy index 21f8ff121..1980ed366 100644 --- a/apps/presentationeditor/embed/index.html.deploy +++ b/apps/presentationeditor/embed/index.html.deploy @@ -162,7 +162,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -173,7 +173,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index 2562c817e..dd38bacf8 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -159,7 +159,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -170,7 +170,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index 0ce5a2aa3..5fe103449 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -161,7 +161,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -172,7 +172,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/main/index.reporter.html b/apps/presentationeditor/main/index.reporter.html index b056db3fc..7e582e153 100644 --- a/apps/presentationeditor/main/index.reporter.html +++ b/apps/presentationeditor/main/index.reporter.html @@ -161,7 +161,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -172,7 +172,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/main/index.reporter.html.deploy b/apps/presentationeditor/main/index.reporter.html.deploy index 413027433..9ce5c414d 100644 --- a/apps/presentationeditor/main/index.reporter.html.deploy +++ b/apps/presentationeditor/main/index.reporter.html.deploy @@ -161,7 +161,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -172,7 +172,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/mobile/index.html b/apps/presentationeditor/mobile/index.html index 5017c2935..d03e99699 100644 --- a/apps/presentationeditor/mobile/index.html +++ b/apps/presentationeditor/mobile/index.html @@ -165,7 +165,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -176,7 +176,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/presentationeditor/mobile/index.html.deploy b/apps/presentationeditor/mobile/index.html.deploy index 5f10695a2..67f62a4b7 100644 --- a/apps/presentationeditor/mobile/index.html.deploy +++ b/apps/presentationeditor/mobile/index.html.deploy @@ -164,7 +164,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -175,7 +175,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/spreadsheeteditor/embed/index.html b/apps/spreadsheeteditor/embed/index.html index 80aecf403..d666409f0 100644 --- a/apps/spreadsheeteditor/embed/index.html +++ b/apps/spreadsheeteditor/embed/index.html @@ -165,7 +165,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -176,7 +176,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/spreadsheeteditor/embed/index.html.deploy b/apps/spreadsheeteditor/embed/index.html.deploy index 2dea3f64c..8294fdfcb 100644 --- a/apps/spreadsheeteditor/embed/index.html.deploy +++ b/apps/spreadsheeteditor/embed/index.html.deploy @@ -162,7 +162,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -173,7 +173,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index 4bf6f8c5c..328988da1 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -158,7 +158,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -169,7 +169,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy index 95595aad8..3f3a3458d 100644 --- a/apps/spreadsheeteditor/main/index.html.deploy +++ b/apps/spreadsheeteditor/main/index.html.deploy @@ -160,7 +160,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -171,7 +171,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/spreadsheeteditor/mobile/index.html b/apps/spreadsheeteditor/mobile/index.html index 9d4fbe600..80dd28c8b 100644 --- a/apps/spreadsheeteditor/mobile/index.html +++ b/apps/spreadsheeteditor/mobile/index.html @@ -166,7 +166,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -177,7 +177,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } diff --git a/apps/spreadsheeteditor/mobile/index.html.deploy b/apps/spreadsheeteditor/mobile/index.html.deploy index fd38c0ffb..771245b41 100644 --- a/apps/spreadsheeteditor/mobile/index.html.deploy +++ b/apps/spreadsheeteditor/mobile/index.html.deploy @@ -163,7 +163,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } } @@ -174,7 +174,7 @@ 15% { background: #f4f4f4; top:0; opacity:1; } 20% { background: #f4f4f4; top:0; opacity:0; } 25% { background: #fff; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } + 45% { background: #EFEFEF; top:0; opacity:0.2; } 100% { top:100px; background: #55bce6; } }