remove seat counts from option labels, locations show name only (except sold out)
This commit is contained in:
@@ -573,10 +573,8 @@
|
||||
opt.disabled = true;
|
||||
opt.style.color = '#ff4444';
|
||||
opt.style.fontWeight = '600';
|
||||
} else if (available < 10) {
|
||||
opt.textContent = label + ' (available ' + available + ')';
|
||||
} else {
|
||||
opt.textContent = label + ' (available ' + available + ')';
|
||||
opt.textContent = label;
|
||||
opt.style.color = '';
|
||||
opt.style.fontWeight = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user