Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
|
@@ -113,7 +113,7 @@ function requireSignIn() {
|
|
| 113 |
document.getElementById('loader-overlay').style = "display:none";
|
| 114 |
document.getElementById('main-container').style = "display:none";
|
| 115 |
document.body.appendChild(document.getElementById('title-container'));
|
| 116 |
-
document.body.appendChild(document.getElementById('version-info
|
| 117 |
document.getElementById("signin").style.removeProperty("display");
|
| 118 |
document.getElementById('sign-in-message').style.removeProperty("display");
|
| 119 |
document.getElementById("signin").onclick = async function() {
|
|
|
|
| 113 |
document.getElementById('loader-overlay').style = "display:none";
|
| 114 |
document.getElementById('main-container').style = "display:none";
|
| 115 |
document.body.appendChild(document.getElementById('title-container'));
|
| 116 |
+
document.body.appendChild(document.getElementById('version-info'));
|
| 117 |
document.getElementById("signin").style.removeProperty("display");
|
| 118 |
document.getElementById('sign-in-message').style.removeProperty("display");
|
| 119 |
document.getElementById("signin").onclick = async function() {
|