Skip to content

Commit

Permalink
Merge pull request #474 from GroupProject-JOM/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Buddhikanip authored Apr 15, 2024
2 parents c94d1a3 + 5522556 commit d024ee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions collector/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ document.cookie = "final=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/";
greet.style.display = "flex";
todayTable.style.display = "none";
viewAll.style.display = "none";
c1.style.display = "none";
c2.style.display = "none";
}

const cols = document.querySelectorAll("td[data-href]");
Expand Down Expand Up @@ -355,6 +357,8 @@ document.cookie = "final=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/";
greet.style.display = "flex";
todayTable.style.display = "none";
viewAll.style.display = "none";
c1.style.display = "none";
c2.style.display = "none";
}

w1Value.textContent = data.rate.price + " LKR";
Expand Down Expand Up @@ -414,6 +418,8 @@ document.cookie = "final=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/";
greet.style.display = "flex";
todayTable.style.display = "none";
viewAll.style.display = "none";
c1.style.display = "none";
c2.style.display = "none";
}

viewAll.addEventListener("click", () => {
Expand Down

0 comments on commit d024ee0

Please sign in to comment.