This commit is contained in:
Francesco Mangiacrapa 2017-02-03 17:12:16 +00:00
parent 738f4f4435
commit 0f9425b55f
1 changed files with 1 additions and 1 deletions

View File

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