Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@90722 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-01-30 08:59:32 +00:00 committed by Giancarlo Panichi
parent 1f48165c89
commit f96cda2374
1 changed files with 3 additions and 3 deletions

View File

@ -76,15 +76,15 @@ public class ToolBoxPanel extends ContentPanel {
case START:
break;
case TR_CLOSE:
this.enable();
//this.enable();
closePanel();
break;
case TR_OPEN:
this.enable();
//this.enable();
updatePanel();
break;
case WIZARD_OPEN:
this.disable();
//this.disable();
break;
default:
break;