Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/dechat_es5b
Browse files Browse the repository at this point in the history
  • Loading branch information
mesacarlos committed May 1, 2019
2 parents 0a68ba7 + 7e5f750 commit 66c272a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified adocs/images/tiers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/docs/images/tiers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ $('#filtro-nombre').on(
async function getFriends() {
friends = store.each($rdf.sym(chatM.INFO.user), FOAF('knows'));
$('#friends').empty();

var sortedFriends = [];

await Promise.all(friends.map(async f => {
Expand Down

0 comments on commit 66c272a

Please sign in to comment.