This commit is contained in:
Mirco Wittrien 2019-09-25 22:13:30 +02:00
parent fca8097aa8
commit 9e3adf767a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2446,7 +2446,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
return isNaN(a) || a > 1 ? 1 : a < 0 ? 0 : a;
}
}
else return 0;
else return 1;
};
var colorChange = (color, value, conv) => {