just using alerts

This commit is contained in:
Jack 2021-05-07 14:51:07 +01:00
parent 348c297d8b
commit 0e208fd08f

View file

@ -60,16 +60,11 @@
function copyUserName() {
if (true) {
navigator.clipboard.writeText("Miodec#1512");
// alert("Copied To Clipboard!");
console.log("Username copied");
}
else {
// alert("Unable to copy username");
console.log("Failed to copy username");
alert("Copied To Clipboard!");
} else {
alert("Unable to copy username");
}
}
</script>
</head>
@ -237,8 +232,9 @@
<h1 id="topic9">What types of cookies do we use?</h1>
<p>
There are a number of different types of cookies, however, our website
uses functionality cookies. Monkeytype uses these cookies so we recognize
you on our website and remember your previously selected settings.
uses functionality cookies. Monkeytype uses these cookies so we
recognize you on our website and remember your previously selected
settings.
</p>
<h1 id="topic10">How to manage cookies</h1>
<p>
@ -302,4 +298,3 @@
<!-- TODO: Add image to go back to top of page -->
</body>
</html>