Commit b8d3db0f authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 95ce1b65
...@@ -20,10 +20,10 @@ async function work() { ...@@ -20,10 +20,10 @@ async function work() {
try { try {
if ((j + i) < directory.length) if ((j + i) < directory.length)
if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) <= year) {
arr.push(directory[j + i]) arr.push(directory[j + i])
// if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) <= year) { }
//
// }
} catch (e) { } catch (e) {
} }
......
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