diff --git a/distro/changelog.xml b/distro/changelog.xml index 629ccdc..96647bf 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + +Added iPhoneLike SwitchButton Widget + Mavenized Added GXT Style for GCUBE Dialog diff --git a/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java b/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java index ee90c67..b0f77d8 100644 --- a/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java +++ b/src/main/java/org/gcube/portlets/user/gcubewidgets/client/WidgetFactory.java @@ -28,7 +28,7 @@ public class WidgetFactory implements EntryPoint { * This is the entry point method. */ public void onModuleLoad() { - showIOSButton(); + //showIOSButton(); } private void showIOSButton() {