From 7d73e724d2389a84defebb01143fa493247554da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 29 Nov 2018 14:19:26 +0100 Subject: [PATCH] Add Object.entries in polyfill --- contribs/gmf/apps/desktop/index.html.ejs | 2 +- contribs/gmf/apps/desktop_alt/index.html.ejs | 2 +- contribs/gmf/apps/mobile/index.html.ejs | 2 +- contribs/gmf/apps/mobile_alt/index.html.ejs | 2 +- contribs/gmf/apps/oeedit/index.html.ejs | 2 +- contribs/gmf/apps/oeview/index.html.ejs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contribs/gmf/apps/desktop/index.html.ejs b/contribs/gmf/apps/desktop/index.html.ejs index 73e0ad9e1fc9..5462748417a9 100644 --- a/contribs/gmf/apps/desktop/index.html.ejs +++ b/contribs/gmf/apps/desktop/index.html.ejs @@ -304,7 +304,7 @@ ngeo-resizemap-state="profileChartActive"> - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %> diff --git a/contribs/gmf/apps/desktop_alt/index.html.ejs b/contribs/gmf/apps/desktop_alt/index.html.ejs index 696c597dd993..4149a5e63657 100644 --- a/contribs/gmf/apps/desktop_alt/index.html.ejs +++ b/contribs/gmf/apps/desktop_alt/index.html.ejs @@ -352,7 +352,7 @@ ngeo-resizemap-state="queryGridActive"> - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> diff --git a/contribs/gmf/apps/mobile/index.html.ejs b/contribs/gmf/apps/mobile/index.html.ejs index ae8bcc0ac967..2f81de67f9ef 100644 --- a/contribs/gmf/apps/mobile/index.html.ejs +++ b/contribs/gmf/apps/mobile/index.html.ejs @@ -170,7 +170,7 @@ - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %> diff --git a/contribs/gmf/apps/mobile_alt/index.html.ejs b/contribs/gmf/apps/mobile_alt/index.html.ejs index e6f0f7652b26..cf3a8610cc0c 100644 --- a/contribs/gmf/apps/mobile_alt/index.html.ejs +++ b/contribs/gmf/apps/mobile_alt/index.html.ejs @@ -164,7 +164,7 @@ gmf-mobile-nav-back="authCtrl.gmfUser.username !== null"> - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %> diff --git a/contribs/gmf/apps/oeedit/index.html.ejs b/contribs/gmf/apps/oeedit/index.html.ejs index 1addd0836dbf..149120b400d8 100644 --- a/contribs/gmf/apps/oeedit/index.html.ejs +++ b/contribs/gmf/apps/oeedit/index.html.ejs @@ -170,7 +170,7 @@ ngeo-resizemap-state="profileChartActive"> - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %> diff --git a/contribs/gmf/apps/oeview/index.html.ejs b/contribs/gmf/apps/oeview/index.html.ejs index 9590c641d997..54d594056e02 100644 --- a/contribs/gmf/apps/oeview/index.html.ejs +++ b/contribs/gmf/apps/oeview/index.html.ejs @@ -127,7 +127,7 @@ ngeo-resizemap-state="profileChartActive"> - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %>