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:
John "Elwin" Edwards 2012-09-12 16:03:09 -07:00
parent 363c88f00f
commit b343678129
4 changed files with 10 additions and 3 deletions

View file

@ -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);