Skip to content
Snippets Groups Projects
Commit c3041507 authored by TonyFord's avatar TonyFord
Browse files

bugfix

parent 033d7d1a
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ finals_step: 2
var DATA={{ site.data | jsonify }};
const STEP={{ page.step | default: '1' }};
const FINALS_STEP={{ page.finals_step | default: '0' }};
const LIGASPIELTAG={{ page.ligaspieltag : default: '1' }};
const LIGASPIELTAG={{ page.ligaspieltag | default: '1' }};
$(document).ready( function(){
calculatePartien('{{ page.saison }}', '{{ page.date }}');
calculateTabelle('{{ page.saison }}', '7');
......
......@@ -23,7 +23,7 @@ finals_step: 2
delete DATA.teams.XX;
const STEP={{ page.step | default: '1' }};
const FINALS_STEP={{ page.finals_step | default: '0' }};
const LIGASPIELTAG={{ page.ligaspieltag : default: '1' }};
const LIGASPIELTAG={{ page.ligaspieltag | default: '1' }};
$(document).ready( function(){
calculatePartien('{{ page.saison }}', '{{ page.date }}');
calculateTabelle('{{ page.saison }}', '7');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment