customer notes updates
This commit is contained in:
@ -139,7 +139,7 @@ const printCards = () => {
|
||||
cardContainer.appendChild(currentCard);
|
||||
}
|
||||
};
|
||||
|
||||
/* Add event listener for a click or onclick to run function.
|
||||
/****************/
|
||||
/* STARTER CODE */
|
||||
/****************/
|
||||
|
||||
@ -30,3 +30,12 @@
|
||||
<script src="./app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<script>
|
||||
function copyHref(evt) {
|
||||
if (currentCard.href == "https://northpass.na.chilipiper.com/book/me/norm-rasmussen") {
|
||||
evt.preventDefault();
|
||||
navigator.clipboard.writeText(currentCard.href)
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user