v1.18.x
Baris Soner Usakli 11 years ago
parent 55b5d0c209
commit 98fa8c419d

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

Loading…
Cancel
Save