new UI - after login, display dashboard as the default page.

This commit is contained in:
Jessica Wang 2010-10-19 14:18:42 -07:00
parent 2b7aa3ceee
commit 2a56ce0baf
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,7 @@ $(document).ready(function() {
selectLeftMenu($(this));
hideMiddleMenu();
$("#right_panel").removeClass("main_contentarea").addClass("main_contentarea_dashboard");
$("#right_panel").load("jsp/dashboard.jsp", function(){
afterLoadDashboardJSP();
});
@ -324,6 +323,7 @@ $(document).ready(function() {
$("#main_username").text(g_username);
$("#login_wrapper").hide();
$("#main").show();
$("#leftmenu_dashboard").click();
},
error: function() {
$("#account_password").val("");