Commit eac929be authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 61951ea0
......@@ -49,11 +49,11 @@ function manage() {
let s=data[z].data
for (let j=0;j<s.length;j++)
{
let t=(j+1)+','+s[1]+','+s[2]+','+s[3]+','+s[4]+','+s[5]+','+s[6]+','+s[7]+','+s[8]+','+s[9]
let t=(z+1)+','+s[1]+','+s[2]+','+s[3]+','+s[4]+','+s[5]+','+s[6]+','+s[7]+','+s[8]+','+s[9]
data[z].text=t
}
}
console.log(data)
all[i].data = data
......
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