Commit 4f9fb9f6 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent c73f610c
......@@ -18,7 +18,7 @@ async function run() {
for (let j=0;j<config.length;j++)
{
let dateString=config[i].dateString.split('_')
for (let z=0;z<dateString.length-1;z++)
for (let z=0;z<dateString.length;z++)
arrDate.push(dateString[z])
arr.push(config[j])
}
......
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