We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7d7d0 commit 0d44381Copy full SHA for 0d44381
login.html
@@ -102,7 +102,7 @@
102
</style>
103
</head>
104
<body>
105
-<button id="logo" onclick="location.reload();">TeaBag</button>
+<button id="logo" onclick="homepage()">TeaBag</button>
106
<noscript id="noscript">Please turn on JavaScript to play TeaBag</noscript>
107
<div id="directions">
108
<p id="p">Sign in to start brewing virtual tea</p>
@@ -122,6 +122,9 @@
122
document.getElementById("submit").style.pointerEvents = "auto";
123
document.getElementById("submit").style.opacity = "1";
124
}
125
+function homepage() {
126
+ location.replace("https://lb123658.github.io/tea");
127
+}
128
function signIn() {
129
var username = document.getElementById("username");
130
var password = document.getElementById("password");
0 commit comments