Skip to content
Snippets Groups Projects
Commit 0045a264 authored by Erik Johnston's avatar Erik Johnston
Browse files

Add a var.

parent 2e1ab9db
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ angular.module('matrixWebClient')
angular.forEach(displayNames, function(value, key) {
if (value.length > 1) {
// console.log(key + ": " + value);
for (i=0; i < value.length; i++) {
for (var i=0; i < value.length; i++) {
var v = value[i];
members[v].displayname += " (" + v + ")";
// console.log(v + " " + members[v]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment