From f981f21aa43ea9130a45bc6ee4ad750d76bf70fd Mon Sep 17 00:00:00 2001 From: Faye Li Date: Mon, 13 Feb 2017 11:47:58 -0800 Subject: [PATCH] fix for ozan's domain --- scripts/system/html/users.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/html/users.html b/scripts/system/html/users.html index e00cf7f2e4..578b2c643d 100644 --- a/scripts/system/html/users.html +++ b/scripts/system/html/users.html @@ -339,7 +339,7 @@ element.empty(); for (var i = 0; i < data.users.length; i++) { // Display users who aren't in a domain differently - if (typeof data.users[i].location.root.name === "undefined" || data.users[i].location.root.name === null) { + if (typeof data.users[i].location.root === "undefined" || typeof data.users[i].location.root.name === "undefined") { console.log(data.users[i].username + "is online but not in a domain"); $("#dev-div").append("

" + data.users[i].username + "is online but not in a domain

"); $("
  • ", {