Refresh icons added to project summary and colleague presence

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7618 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2007-12-09 21:59:44 +00:00
parent f979207e84
commit 2ffb579d18
4 changed files with 18 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ var ProjectSpace =
{
init: function()
{
// $("refreshProjectSpace").addEvent("click", ProjectSpace.updateSummaries);
$("refreshProjectSpace").addEvent("click", ProjectSpace.updateSummaries);
ProjectSpace.updateSummaries();
},