stable #1
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ inputs.forEach(el => el.oninput = () => {
|
||||||
/*
|
/*
|
||||||
Display proper conditions text from user input
|
Display proper conditions text from user input
|
||||||
*/
|
*/
|
||||||
Query_Number = Math.floor(Query_Conditions.length * 7.5);
|
Query_Number = Math.floor(Query_Conditions.length * 7.5) || 25;
|
||||||
if(el.type === 'range'){
|
if(el.type === 'range'){
|
||||||
let text = document.querySelector(`.${filter}-text`);
|
let text = document.querySelector(`.${filter}-text`);
|
||||||
let suffix = '';
|
let suffix = '';
|
||||||
|
|
|
||||||
Reference in a new issue