parent
a7e84e8a56
commit
d91503f7c7
@ -283,6 +283,7 @@ ClusteringDialog.prototype._renderTable = function(clusters) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ClusteringDialog.prototype._cluster = function() {
|
ClusteringDialog.prototype._cluster = function() {
|
||||||
|
$(".clustering-dialog-facet").css("display","none");
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
var container = this._elmts.tableContainer.html(
|
var container = this._elmts.tableContainer.html(
|
||||||
@ -304,6 +305,7 @@ ClusteringDialog.prototype._cluster = function() {
|
|||||||
},
|
},
|
||||||
function(data) {
|
function(data) {
|
||||||
self._updateData(data);
|
self._updateData(data);
|
||||||
|
$(".clustering-dialog-facet").css("display","block");
|
||||||
},
|
},
|
||||||
"json"
|
"json"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user