File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 </style >
1414 {# including assets. Deal with offline mode #}
1515 {% if not offline %}
16- <link rel =" stylesheet" type =" text/css" href =" http://nvd3.org/assets/css/ nv.d3.css" >
17- <link rel =" stylesheet" type =" text/css" href =" https: //cdn.rawgit.com/alangrafu/radar-chart-d3/master/src/radar-chart.min.css" >
16+ <link rel =" stylesheet" type =" text/css" href =" //cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.3/ nv.d3.min .css" >
17+ <link rel =" stylesheet" type =" text/css" href =" //cdn.rawgit.com/alangrafu/radar-chart-d3/master/src/radar-chart.min.css" >
1818 {% endif %}
1919</head >
2020
359359 {% include " assets/nv.d3.min.js.twig" %}
360360 {% include " assets/d3js-radar.js.twig" %}
361361{% else %}
362- <script src =" http://d3js.org/d3.v3 .min.js" charset =" utf-8" ></script >
363- <script src =" http://nvd3.org/assets/js/ nv.d3.js" charset =" utf-8" ></script >
364- <script src =" https: //cdn.rawgit.com/alangrafu/radar-chart-d3/master/src/radar-chart.min.js" charset =" utf-8" ></script >
362+ <script src =" //cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3 .min.js" charset =" utf-8" ></script >
363+ <script src =" //cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.3/ nv.d3.min .js" charset =" utf-8" ></script >
364+ <script src =" //cdn.rawgit.com/alangrafu/radar-chart-d3/master/src/radar-chart.min.js" charset =" utf-8" ></script >
365365{% endif %}
366366{% include " summary/report-score.js.twig" %}
367367{% include " summary/report-tabular.js.twig" %}
You can’t perform that action at this time.
0 commit comments