aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 89a1e9d..9a504a5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -78,7 +78,7 @@
78 function emphasize() 78 function emphasize()
79 { 79 {
80 {% if (len(forges) > 0) %} 80 {% if (len(forges) > 0) %}
81 var e = document.getElementById("{{forges[0].occupant_id}}"); 81 var e = document.getElementById("{{forges[0].occupant_id}}_{{forges[0].plot_id}}");
82 if (e) 82 if (e)
83 { 83 {
84 e.setAttributeNS(null, "fill", "red"); 84 e.setAttributeNS(null, "fill", "red");