Precommit hooks doing their best to not die

ref #1
This commit is contained in:
Nicolai Ort 2021-04-06 10:24:15 +02:00
parent 10b862d43a
commit 85b40c10bf
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,13 @@
function init(el) {
el.focus();
}
$: pages = ["general", "runners_distance","runners_laptime", "orgs_distance", "teams_distance"];
$: pages = [
"general",
"runners_distance",
"runners_laptime",
"orgs_distance",
"teams_distance",
];
$: current_page = "general";
$: general = {};
$: runners = [];