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 fb06200 commit a4829fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ function goPrev(){
firstContactPageFlag -= 1;
//if search field is empty
if(document.getElementById("search-bar").value === "" && document.getElementById("search-favorites-off").style === "block"){
console.log("prevname = "+prevName+" prev = "+prev);
firstPage(prevName,prev);
}
//if search field is in use
Expand Down

0 comments on commit a4829fc

Please sign in to comment.