From a25565a80d3b9db385398a35f2826fbc37964e47 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 15 Jun 2019 12:01:13 +0200 Subject: [PATCH] Fill window.config object before including other js code --- platypush/backend/http/templates/index.html | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/platypush/backend/http/templates/index.html b/platypush/backend/http/templates/index.html index b10bfdb23..c6def1097 100644 --- a/platypush/backend/http/templates/index.html +++ b/platypush/backend/http/templates/index.html @@ -9,17 +9,6 @@ - - - - - - - - {% for style in styles.values() %} - - {% endfor %} - + + + + + + + + {% for style in styles.values() %} + + {% endfor %} + {% include 'elements.html' %} {% for plugin, conf in templates.items() %}