minor fixes
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@130673 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5e0467a79a
commit
0ea26bce58
|
@ -153,6 +153,8 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate {
|
|||
Window.alert("Sorry, An error occurred during contacting Gcube Ckan Data Catalogue!");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Window.addResizeHandler(new ResizeHandler() {
|
||||
|
||||
@Override
|
||||
|
@ -163,13 +165,12 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate {
|
|||
updateSize();
|
||||
}
|
||||
});
|
||||
// Window.enableScrolling(false);
|
||||
|
||||
rootPanel.add(loading);
|
||||
rootPanel.add(this);
|
||||
updateSize();
|
||||
|
||||
listenForPostMessage();
|
||||
// postMessage("Un messaggio");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue