liquid_feedback_frontend
diff app/main/unit/show.lua @ 529:5ca9de94cb13
Delegation preview when setting delegation, optical enhancements, typos fixed
author | bsw |
---|---|
date | Sun May 20 19:43:01 2012 +0200 (2012-05-20) |
parents | 305329da1c75 |
children | d6bc1e7a409f |
line diff
1.1 --- a/app/main/unit/show.lua Fri May 18 21:03:10 2012 +0200 1.2 +++ b/app/main/unit/show.lua Sun May 20 19:43:01 2012 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 local unit = Unit:by_id(unit_id) 1.5 1.6 slot.select("head", function() 1.7 - execute.view{ module = "unit", view = "_head", params = { unit = unit } } 1.8 + execute.view{ module = "unit", view = "_head", params = { unit = unit, show_content = true } } 1.9 end) 1.10 1.11 if config.single_unit_id and not app.session.member_id and config.motd_public then