Fix to Upload action in MySpaces portlet when running in the JSF dashboard environment.

Fix to expanding space panel issue when clicking on a folder to navigate.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5907 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-06-11 10:41:11 +00:00
parent eb37bb5e53
commit 6de50d0d6c
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ var MySpaces = {
var navImgs = $$('#spacePanel .spaceNavLinkImg');
navLinks.each(function(navLink, i)
{
navLink.setHTML('<a href="' + MySpaces.ScriptUrlEncoder.encUrl(navLink.innerHTML.replace(/&amp;/, "&")) + '">' + navImgs[i].innerHTML + '</a>');
navLink.setHTML('<span onclick="event.cancelBubble=true"><a href="' + MySpaces.ScriptUrlEncoder.encUrl(navLink.innerHTML.replace(/&amp;/, "&")) + '">' + navImgs[i].innerHTML + '</a></span>');
navImgs[i].innerHTML = ""; // remove the html so the class is not selected during init()
});
// extract the count value from a hidden div and display it