Commit f44e06ad authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent f9e59bd7
...@@ -127,12 +127,12 @@ async function run(root,name, directory, timestamp) { ...@@ -127,12 +127,12 @@ async function run(root,name, directory, timestamp) {
if (i < last.length && last[i].newAllDonePer >12) if (i < last.length && last[i].newAllDonePer >12)
las.push(last[i]) las.push(last[i])
} }
last=[]
let newLast=[] let newLast=[]
let jj='[' let jj='['
for (let i=0;i<las.length;i++) for (let i=0;i<las.length;i++)
{ {
let inline='{"closeDate":"'+las[i].closeDate+'","profitLossString":"'+las[i].profitLossString+'","sideString":"'+las[i].sideString+'"}' let inline='{"c":"'+las[i].closeDate+'","p":"'+las[i].profitLossString+'","s":"'+las[i].sideString+'"}'
if (i !==(las.length-1)) if (i !==(las.length-1))
inline=inline+',' inline=inline+','
jj=jj+inline jj=jj+inline
......
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