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:
2022-06-12 17:09:45 +10:00
parent a53d4896b0
commit 83819a0cb3
2 changed files with 8 additions and 1 deletions

View File

@@ -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 %}