diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index 00948b0..9ea227b 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -318,7 +318,7 @@ var configuration = { img: '{{ static('img/sun_128.png') }}' }, targets : { -{% for target in targets if not target.locked%} +{% for target in targets if not target.locked %} {% if not loop.first %},{% endif %} '{{ target.slug }}': { slug: '{{ target.slug }}', @@ -328,15 +328,6 @@ var configuration = { img: '{{ static('img/target/'~target.slug~'_128.png') }}' } {% endfor %} -{# jupiter: {#} -{# slug: 'jupiter',#} -{# name: 'Jupiter',#} -{# active: true,#} -{# minDate: '1990-01-01T01:30:00',#} -{# maxDate: '2017-02-19T00:00:00',#} -{# orbit: { a: 5.45516759, b: 4.95155843 },#} -{# img: '{{ static('img/target/jupiter_128.png') }}'#} -{# },#} }, {# todo @Nicolas Define -somehow- error margins of each parameter ? #} {# todo: generate this from config #} -- libgit2 0.21.2