The real commit for the dashboard fix

This commit is contained in:
will 2010-10-27 19:41:23 -07:00
parent 5d9af3b22d
commit 1736f081e4
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $(document).ready(function() {
// Setup first level navigation
$("#leftmenu_dashboard").bind("click", function(event) {
if (selectLeftMenu($(this))) {
clearMiddleMenu();
hideMiddleMenu();
$("#right_panel").load("jsp/dashboard.jsp", function(){
afterLoadDashboardJSP();