Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzer312 committed May 29, 2024
1 parent d8e9789 commit 5747154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 7 additions & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,13 @@ function searchContact(first, last, contactId, favorite, pagination){
console.log("GlobalPageCounter "+firstContactPageFlag);
}
else{
globalJsonObject = null;
noContactsFound();
if(pagination === 1){
return;
}
else{
globalJsonObject = null;
noContactsFound();
}
}
}
};
Expand Down

0 comments on commit 5747154

Please sign in to comment.