This commit is contained in:
LubuWest 2019-06-25 20:59:10 +02:00
commit d48847d183
135 changed files with 8879 additions and 3693 deletions

View file

@ -36,7 +36,7 @@ function showFriends(db) {
}
function displayFriends(obj){
for (var i=0; i<obj.length; i++){
print(obj[i]);
//print(obj[i]);
if (obj[i]) {friendsModel.append({"friendName": obj[i]});
};