Skip to content

Commit

Permalink
Saviru Kashmira
Browse files Browse the repository at this point in the history
Saviru Kashmira
  • Loading branch information
Saviru authored Apr 21, 2024
1 parent c176aae commit e047f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function toastNotify(alt, alm, alttype, altclr) {
ntprog.classList.add("ntact");

setTimeout(() => {
alticon.classList.remove(alttype)
toast.classList.remove("ntact");
}, 5000);

Expand All @@ -283,6 +284,7 @@ function toastNotify(alt, alm, alttype, altclr) {
}

ntclose.addEventListener("click", () => {
alticon.classList.remove(alttype)
toast.classList.remove("ntact");

setTimeout(() => {
Expand Down

0 comments on commit e047f93

Please sign in to comment.