parent
91440b4cfb
commit
9919ee51bf
@ -227,7 +227,7 @@ ClusteringDialog.prototype._renderTable = function(clusters) {
|
|||||||
var choice = choices[c];
|
var choice = choices[c];
|
||||||
var li = document.createElement('li');
|
var li = document.createElement('li');
|
||||||
var entry = entryTemplate.cloneNode();
|
var entry = entryTemplate.cloneNode();
|
||||||
entry.textContent = choice.v.toString();
|
entry.textContent = choice.v.toString().replaceAll(' ', '\xa0');
|
||||||
entry.addEventListener('click', onClick);
|
entry.addEventListener('click', onClick);
|
||||||
li.append(entry);
|
li.append(entry);
|
||||||
if (choice.c > 1) {
|
if (choice.c > 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user