Refreshing 2.2 UI will now correctly apply the username

This commit is contained in:
will 2010-10-15 18:19:20 -07:00
parent 5c6aa96d70
commit e688caebc0
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ $(document).ready(function() {
dataType: "json",
async: false,
success: function(json) {
$("#main_username").text(g_username);
$("#main").show();
},
error: function(xmlHTTP) {