diff --git a/.DS_Store b/.DS_Store index 5d8e1a3..0598e18 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/js/app.js b/js/app.js index 97b9a4c..c93d59c 100644 --- a/js/app.js +++ b/js/app.js @@ -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(); + } } } };