Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzer312 committed May 29, 2024
1 parent a4829fc commit be471e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ function goNext(){
if(contactInEdit === 0){
firstContactPageFlag += 1;
//if search field is empty
if(document.getElementById("search-bar").value === "" && document.getElementById("search-favorites-off").style === "block"){
if(document.getElementById("search-bar").value === ""){
firstPage(nextName,next);
}
//if search field is in use
Expand Down

0 comments on commit be471e7

Please sign in to comment.