Commit 25b94a13 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 3a3e4d21
...@@ -17,7 +17,7 @@ async function init() { ...@@ -17,7 +17,7 @@ async function init() {
for (let i=0;i<com.length;i++) for (let i=0;i<com.length;i++)
{ {
let plat=com[i].platform.split('_') let plat=com[i].platform.split('_')
plat=plat[plat.length-1].replace('.csv') plat=plat[plat.length-1]
console.log(plat) console.log(plat)
} }
......
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