Implement #91
This commit is contained in:
parent
281c498911
commit
622788f7e7
3 changed files with 7 additions and 6 deletions
|
|
@ -15,6 +15,11 @@ html, body {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
#welcome {
|
||||
font-size: 10pt;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.videolist {
|
||||
list-style: none outside none;
|
||||
margin-left: 0;
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ function initCallbacks() {
|
|||
}
|
||||
}
|
||||
else {
|
||||
$("#welcome")[0].innerHTML = "Welcome, " + uname;
|
||||
$("#welcome").text("Logged in as " + uname);
|
||||
$("#loginform").css("display", "none");
|
||||
$("#logoutform").css("display", "");
|
||||
$("#loggedin").css("display", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue