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