Commit a746370b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

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