liquid_feedback_frontend
diff app/main/area/list.lua @ 260:743194cbdd89
Removed current unit chooser
author | bsw |
---|---|
date | Tue Feb 07 17:31:42 2012 +0100 (2012-02-07) |
parents | 52b125fada5b |
children | 7ef1e03e4057 |
line diff
1.1 --- a/app/main/area/list.lua Tue Feb 07 17:27:07 2012 +0100 1.2 +++ b/app/main/area/list.lua Tue Feb 07 17:31:42 2012 +0100 1.3 @@ -1,5 +1,4 @@ 1.4 -- TODO support multiple units 1.5 -local unit_id = param.get("units", atom.integer) 1.6 local areas_selector = Area:build_selector{ active = true, unit_id = unit_id } 1.7 1.8 local unit = Unit:by_id(unit_id)