Skip to content

Commit

Permalink
update my picture
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidsj committed Feb 18, 2024
1 parent e3e019c commit 7818334
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ for (let i = 0; i < testimonialsItem.length; i++) {
modalCloseBtn.addEventListener("click", testimonialsModalFunc);
overlay.addEventListener("click", testimonialsModalFunc);

// custom select variables
const select = document.querySelector("[data-select]");
const selectItems = document.querySelectorAll("[data-select-item]");
const selectValue = document.querySelector("[data-selecct-value]");
const filterBtn = document.querySelectorAll("[data-filter-btn]");

select.addEventListener("click", function () { elementToggleFunc(this); });


Expand Down

0 comments on commit 7818334

Please sign in to comment.