Commit cfa46564 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 9cf51b97
...@@ -18,7 +18,9 @@ async function init() { ...@@ -18,7 +18,9 @@ async function init() {
{ {
let plat=com[i].platform.split('_') let plat=com[i].platform.split('_')
let value=parseFloat(plat[plat.length-1]) let value=parseFloat(plat[plat.length-1])
console.log(plat) let config=plat[plat.length-2]
let last=config + ' ' + value*-1
console.log(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