From df59e4db68e5796a4c64da072c0ddc2f9d7f26bd Mon Sep 17 00:00:00 2001 From: Szymon Bluma Date: Mon, 16 May 2016 09:03:33 +0200 Subject: [PATCH] changing http assets to protocol autodetecting --- templates/html/summary/report.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/html/summary/report.html.twig b/templates/html/summary/report.html.twig index 871bc6a0..4b776413 100644 --- a/templates/html/summary/report.html.twig +++ b/templates/html/summary/report.html.twig @@ -13,8 +13,8 @@ {# including assets. Deal with offline mode #} {% if not offline %} - - + + {% endif %} @@ -359,9 +359,9 @@ {% include "assets/nv.d3.min.js.twig" %} {% include "assets/d3js-radar.js.twig" %} {% else %} - - - + + + {% endif %} {% include "summary/report-score.js.twig" %} {% include "summary/report-tabular.js.twig" %}