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 625762e commit c5825d4
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 === ""){
if(document.getElementById("search-bar").value === "" && document.getElementById("search-favorites-on").style === "none"){
firstPage(nextName,next);
}
//if search field is in use
Expand Down

0 comments on commit c5825d4

Please sign in to comment.