RLG-Web client: some cleanup

Separate RLG-specific CSS into its own file, fix some typos.
This commit is contained in:
John "Elwin" Edwards 2012-05-23 07:46:08 -07:00
parent 2d86b63c98
commit 018adf9acf
4 changed files with 21 additions and 7 deletions

View file

@ -419,7 +419,7 @@ function logout() {
nrecv = 0;
msgQ = [];
//document.getElementById("loginform").style.display = "block";
setform("login");
setmode("login");
return;
}