Commit a746370b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent cdfe9284
......@@ -64,11 +64,11 @@ async function init() {
start=true
arr2.push(arr[i])
}
else if (arr[i].date === arrNew[0].date )
{
arr2.push(arr[i])
break
}
// else if (arr[i].date === arrNew[0].date )
// {
// arr2.push(arr[i])
// break
// }
else if (start)
arr2.push(arr[i])
}
......
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