Skip to content

Commit

Permalink
repush
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshvdw committed Dec 6, 2024
1 parent 18b84d9 commit 47c8b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/home/loadAnim.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default loadAnim = () => {
}

let targetQuery = ".landing-text-box";
// let targetQuery = ".landing-text-box, .project-card-parent"; // original
// original
// let targetQuery = ".landing-text-box, .project-card-parent";

//get cookies
var hasVisited = sessionStorage.getItem("washere");
Expand Down

0 comments on commit 47c8b1e

Please sign in to comment.