This commit is contained in:
Baris Soner Usakli
2014-03-02 19:55:26 -05:00
parent 55b5d0c209
commit 98fa8c419d

View File

@@ -127,7 +127,7 @@ define(function() {
.append($('<img />').attr('src', results.users[x].picture))
.append($('<span />').html(results.users[x].username));
resultsEl.appendChild(foundUser);
resultsEl.append(foundUser);
}
} else {
resultsEl.html('<li>No Users Found</li>');