Commit ee7b676a authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 5a4b3113
......@@ -21,7 +21,7 @@ async function init() {
let value=parseFloat(plat[plat.length-1])
let config=plat[plat.length-2]
let last=config + ' ' + value*-1
let type=com[i].type
let type=com[i].type.split(' ')
type =type[type.length-2] +' '+parseFloat(type[type.length-1])
console.log(type)
if (type === last) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment