diff --git a/controllets/dataset-selection-controllet/dataset-selection-controllet.html b/controllets/dataset-selection-controllet/dataset-selection-controllet.html index c50b75b..7597ff6 100755 --- a/controllets/dataset-selection-controllet/dataset-selection-controllet.html +++ b/controllets/dataset-selection-controllet/dataset-selection-controllet.html @@ -150,7 +150,7 @@ - + LIST VIEW TREE MAP VIEW MOST POPULAR @@ -208,7 +208,7 @@
- +
@@ -282,6 +282,8 @@ if(this.suggestedDatasets) this.isSuggested = true; + + this._loadTreeMap(); }, // _isSuggested : function(){ @@ -302,8 +304,11 @@ }, _loadTreeMap : function(){ - if(this.selected != 1 && this.$.div_datasetexplorer.innerHTML == "") - this.$.div_datasetexplorer.innerHTML = ""; + var h = $("#material_container").height() - 48; + var w = $("#material_container").width(); + +// if(this.selected != 1 && this.$.div_datasetexplorer.innerHTML == "") + this.$.div_datasetexplorer.innerHTML = ""; }, _selectDataUrl_treeMap : function(e){