Fix project dashboard click event

This commit is contained in:
Brian Federle 2011-11-07 12:41:37 -08:00
parent bcd8f85d38
commit f401087a16

View File

@ -473,6 +473,9 @@
$(this).addClass('active');
$(this).siblings().removeClass('active');
if (cloudStack.context.projects && cloudStack.context.projects[0])
showDashboard();
return false;
};
$dashboardNavItem.bind('click', event);