Options-related UI improvements.
Hide as-yet-unnecessary elements on the options page, and link the home and options pages from each other.
This commit is contained in:
parent
363c88f00f
commit
b343678129
4 changed files with 10 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ function setup() {
|
|||
else {
|
||||
setstatus("You are logged in as " + reply.u + ".");
|
||||
document.getElementById("input_email").value = reply["email"];
|
||||
document.getElementById("switch").style.display = "block";
|
||||
//document.getElementById("switch").style.display = "block";
|
||||
}
|
||||
}
|
||||
req.open('GET', url, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue