liquid_feedback_frontend
diff app/main/index/_head.lua @ 1704:cd3b521dc735
merge
author | bsw |
---|---|
date | Mon Sep 27 10:58:26 2021 +0200 (2021-09-27) |
parents | f7c42bcf1490 |
children | 4a5a79a37db1 |
line diff
1.1 --- a/app/main/index/_head.lua Mon Sep 27 10:58:14 2021 +0200 1.2 +++ b/app/main/index/_head.lua Mon Sep 27 10:58:26 2021 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -local unit_id = app.single_unit_id or request.get_param{ name = "unit" } 1.5 +local unit_id = config.single_unit_id or request.get_param{ name = "unit" } or app.single_unit_id 1.6 local area_id = config.single_area_id or request.get_param{ name = "area" } 1.7 1.8 local initiative = param.get("initiative", "table")