git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@142211 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
738f4f4435
commit
0f9425b55f
|
@ -229,7 +229,7 @@ public class GCubeCkanDataCatalogPanel extends BaseViewTemplate {
|
|||
|
||||
private native void hideHeaderSection() /*-{
|
||||
|
||||
var e = $wnd.$doc.getElementByTagName('<header>');
|
||||
var e = $wnd.document.getElementByTagName('<header>');
|
||||
console.log('header : '+e);
|
||||
if(e){
|
||||
console.log('header found');
|
||||
|
|
Loading…
Reference in New Issue