diff --git a/modules/xerte/parent_templates/Nottingham/models_html5/showGraph.html b/modules/xerte/parent_templates/Nottingham/models_html5/showGraph.html index 4341685c0a..65fff4f6d6 100644 --- a/modules/xerte/parent_templates/Nottingham/models_html5/showGraph.html +++ b/modules/xerte/parent_templates/Nottingham/models_html5/showGraph.html @@ -131,8 +131,7 @@ } break; case 3: - if (obj.actor.account != undefined && obj.actor.account:w - .name == groupname) + if (obj.actor.account != undefined && obj.actor.account.name == groupname) { matchactor = true; }