stable #1

Merged
KaKi87 merged 14 commits from 1.0-rc1 into master 2018-10-23 04:57:05 +02:00
Showing only changes of commit f5f934da5f - Show all commits

View file

@ -204,7 +204,7 @@ inputs.forEach(el => el.oninput = () => {
/*
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'){
let text = document.querySelector(`.${filter}-text`);
let suffix = '';