mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Portlet web scripts UI updates following internal review
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6076 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -607,7 +607,7 @@ var MyDocs = {
|
||||
/**
|
||||
* OK button click handler for the Update Content pop-up panel
|
||||
*/
|
||||
updateOK: function(actionEl, nodeRef)
|
||||
updateOK: function(actionEl)
|
||||
{
|
||||
if (this.fileInput.value.length > 0)
|
||||
{
|
||||
@@ -652,7 +652,10 @@ var MyDocs = {
|
||||
this.popupPanel.setStyle("display", "none");
|
||||
this.popupPanel = null;
|
||||
}
|
||||
this.fxOverlay.start(0);
|
||||
if (this.fxOverlay)
|
||||
{
|
||||
this.fxOverlay.start(0);
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user