minor clean-ups, link-primary now has cursor set via role=button (go figure?) and face distance is not undefined on override, its deliberately set to N/A
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
{% if face.manual_override %}
|
||||
data['override']=1
|
||||
data['who']='{{face.manual_override.person.tag}}'
|
||||
data['distance']="N/A"
|
||||
{% endif %}
|
||||
e.faces.push( data )
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user