mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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(/&/, "&")) + '">' + navImgs[i].innerHTML + '</a>');
|
||||
navLink.setHTML('<span onclick="event.cancelBubble=true"><a href="' + MySpaces.ScriptUrlEncoder.encUrl(navLink.innerHTML.replace(/&/, "&")) + '">' + 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
|
||||
|
Reference in New Issue
Block a user