Corrected Any to All
This commit is contained in:
parent
8ed3296e0d
commit
aef4eaae92
@ -31,7 +31,7 @@ function insertQualifiers(){
|
||||
document.querySelector('label[for="location"]').textContent = parsed["1"][0];
|
||||
|
||||
// .shift(); //
|
||||
parsed["1"][0] = "Any";
|
||||
parsed["1"][0] = "All";
|
||||
select = document.getElementById('location');
|
||||
optionCount = select.options.length;
|
||||
if (optionCount > 1) {return;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user