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:
Mike Hatfield
2007-06-23 10:22:30 +00:00
parent 960d89a837
commit 732d9e0585
12 changed files with 490 additions and 144 deletions

View File

@@ -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);
}
}
};