From 20799010c4d784281dbbd1cfc0997a701315cb92 Mon Sep 17 00:00:00 2001 From: renato Date: Wed, 20 Apr 2016 10:28:24 +0200 Subject: [PATCH] treemap resize --- controllets/select-dataset-controllet/select-dataset-controllet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllets/select-dataset-controllet/select-dataset-controllet.html b/controllets/select-dataset-controllet/select-dataset-controllet.html index ccf06f7..434758f 100755 --- a/controllets/select-dataset-controllet/select-dataset-controllet.html +++ b/controllets/select-dataset-controllet/select-dataset-controllet.html @@ -429,7 +429,7 @@ attached: function() { this._resize(); var that = this; - window.addEventListener("resize", function() { that._resize(); }); + window.addEventListener("resize", function() { that._resize(); that._loadTreeMap();}); this.providers = this.datasets["result"]["providers"]; this.datasets = this.datasets["result"]["datasets"]; -- libgit2 0.21.4